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

/httpd/server/
H A Dutil_filter.c112 static filter_trie_node *trie_node_alloc(apr_pool_t *p, function
215 *reg_filter_set = trie_node_alloc(FILTER_POOL, NULL, 0);
223 filter_trie_node *child = trie_node_alloc(FILTER_POOL, node, *n);

Completed in 10 milliseconds