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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c266 if ( parentreq->lr_child != NULL ) {
267 lr->lr_sibling = parentreq->lr_child;
269 parentreq->lr_child = lr;
748 for ( tmplr = lr->lr_child; tmplr != NULL; tmplr = nextlr ) {
H A Dldap-int.h224 struct ldapreq *lr_child; /* list of requests we spawned */ member in struct:ldapreq

Completed in 222 milliseconds