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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c83 LDAPRequest *lr, *nextlr; local
92 for ( lr = ld->ld_requests; lr != NULL; lr = nextlr ) {
93 nextlr = lr->lr_next;
H A Drequest.c737 LDAPRequest *tmplr, *nextlr; local
748 for ( tmplr = lr->lr_child; tmplr != NULL; tmplr = nextlr ) {
749 nextlr = tmplr->lr_sibling;

Completed in 58 milliseconds