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

/illumos-gate/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 3271 milliseconds