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

/freebsd-13-stable/contrib/apr/misc/unix/
H A Dotherchild.c37 static apr_other_child_rec_t *other_children = NULL; variable
43 for (pocr = &other_children; *pocr; pocr = &(*pocr)->next) {
80 ocr->next = other_children;
81 other_children = ocr;
90 cur = other_children;
109 for (ocr = other_children; ocr; ocr = nocr) {
183 for (ocr = other_children; ocr; ocr = next_ocr) {

Completed in 56 milliseconds