Searched defs:children (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/simple/
H A Dsimple_types.h106 apr_hash_t *children; member in struct:simple_core_t
/httpd/server/
H A Dutil_filter.c60 /* Each trie node has an array of pointers to its children.
66 filter_trie_child_ptr *children; member in struct:filter_trie_node
85 memcpy(new, parent->children, parent->nchildren *
87 parent->children = new;
91 if (c == parent->children[i].c) {
94 else if (c < parent->children[i].c) {
99 parent->children[j].c = parent->children[j - 1].c;
100 parent->children[j].child = parent->children[
[all...]

Completed in 1355 milliseconds