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

/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c594 LDAPRequest *tmplr, *nextlr; local
604 for ( tmplr = lr->lr_refnext; tmplr != NULL; tmplr = nextlr ) {
605 nextlr = tmplr->lr_refnext;
606 free_request( ld, tmplr );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c737 LDAPRequest *tmplr, *nextlr; local
748 for ( tmplr = lr->lr_child; tmplr != NULL; tmplr = nextlr ) {
749 nextlr = tmplr->lr_sibling;
750 nsldapi_free_request( ld, tmplr, free_conn );

Completed in 56 milliseconds