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

/httpd/server/
H A Dutil_cfgtree.c21 ap_directive_t *toadd, int child)
26 (*parent)->first_child = toadd;
27 toadd->parent = *parent;
31 *parent = toadd;
34 return toadd;
36 current->next = toadd;
37 toadd->parent = *parent;
40 *parent = toadd;
43 return toadd;
20 ap_add_node(ap_directive_t **parent, ap_directive_t *current, ap_directive_t *toadd, int child) argument
/httpd/include/
H A Dutil_cfgtree.h86 * @param toadd The node to add to the tree
91 ap_directive_t *toadd, int child);

Completed in 7 milliseconds