Definition:
void ap_clear_pool(struct pool *a);
Usage example:
ap_clear_pool(plog);
ap_open_logs(server_conf, plog);
Clears a pool, destroying all subpools of the pool using ap_destroy_pool. The pool is then ready to be reused.
Previous: ap_clear_module_list
Next: ap_clear_table
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)