Home
last modified time | relevance | path

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

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