Searched refs:FILTER_POOL (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_filter.c32 #define FILTER_POOL apr_hook_global_pool macro
215 *reg_filter_set = trie_node_alloc(FILTER_POOL, NULL, 0);
218 normalized_name = apr_pstrdup(FILTER_POOL, name);
223 filter_trie_node *child = trie_node_alloc(FILTER_POOL, node, *n);
225 trie_node_link(FILTER_POOL, node, child, apr_toupper(*n));
233 frec = apr_pcalloc(FILTER_POOL, sizeof(*frec));
241 apr_pool_cleanup_register(FILTER_POOL, NULL, filter_cleanup,

Completed in 11 milliseconds