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

/httpd/server/mpm/simple/
H A Dsimple_children.c40 hi = apr_hash_first(sc->pool, sc->children);
43 apr_hash_set(sc->children, &child->pid, sizeof(child->pid), NULL);
107 apr_hash_set(sc->children, &child->pid, sizeof(child->pid), child);
139 count = apr_hash_count(sc->children);
H A Dsimple_core.c58 sc->children = apr_hash_make(sc->pool);
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...]
/httpd/support/
H A Dlogresolve.pl.in74 my @children = ();
83 push(@children, $f);
92 kill(15, @children);
132 $child = 1; # children are numbered 1..N, start with #1
152 # what order we talk to the children

Completed in 13 milliseconds