Home
last modified time | relevance | path

Searched refs:ap_find_pool (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/main/
Dalloc.c727 API_EXPORT(pool *) ap_find_pool(const void *ts) function
1467 if (!ap_pool_is_ancestor(ap_find_pool(key), t->a.pool)) {
1471 if (!ap_pool_is_ancestor(ap_find_pool(val), t->a.pool)) {
1553 if (!ap_pool_is_ancestor(ap_find_pool(key), t->a.pool)) {
1557 if (!ap_pool_is_ancestor(ap_find_pool(val), t->a.pool)) {
1591 if (!ap_pool_is_ancestor(ap_find_pool(key), t->a.pool)) {
1595 if (!ap_pool_is_ancestor(ap_find_pool(val), t->a.pool)) {
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_alloc.h151 API_EXPORT(pool *) ap_find_pool(const void *ts);
Dap_compat.h134 #define find_pool ap_find_pool