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

/freebsd-13-stable/contrib/apr/misc/unix/
H A Dotherchild.c41 apr_other_child_rec_t **pocr, *nocr; local
45 nocr = (*pocr)->next;
47 *pocr = nocr;
107 apr_other_child_rec_t *ocr, *nocr; local
109 for (ocr = other_children; ocr; ocr = nocr) {
110 nocr = ocr->next;

Completed in 56 milliseconds