Definition:
pool *ap_find_pool(const void *ts);
Usage example:
pool *p;
p = ap_find_pool((const void *)r->content_type);
if (p == NULL) {
/* r->content_type is either NULL, a constant,
* or in memory allocated using some other method than pools */
}
No documentation available.
Previous: ap_find_path_info
Next: ap_find_token
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)