Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c81 LDAPRequest *lr, *nextlr; in ldap_ld_free() local
90 for ( lr = ld->ld_requests; lr != NULL; lr = nextlr ) { in ldap_ld_free()
91 nextlr = lr->lr_next; in ldap_ld_free()
H A Drequest.c735 LDAPRequest *tmplr, *nextlr; in nsldapi_free_request() local
746 for ( tmplr = lr->lr_child; tmplr != NULL; tmplr = nextlr ) { in nsldapi_free_request()
747 nextlr = tmplr->lr_sibling; in nsldapi_free_request()