Home
last modified time | relevance | path

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

/NextBSD/contrib/apr/memory/unix/
HDapr_pools.c1952 static int pool_find(apr_pool_t *pool, void *data) in pool_find() function
1979 if (apr_pool_walk_tree(global_pool, pool_find, &pool)) in apr_pool_find()