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

/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c470 LDAPConn *tmplc, *prevlc; local
487 for ( tmplc = ld->ld_conns; tmplc != NULL;
488 tmplc = tmplc->lconn_next ) {
489 if ( tmplc == lc ) {
491 ld->ld_conns = tmplc->lconn_next;
493 prevlc->lconn_next = tmplc->lconn_next;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c574 LDAPConn *tmplc, *prevlc; local
588 for ( tmplc = ld->ld_conns; tmplc != NULL;
589 tmplc = tmplc->lconn_next ) {
590 if ( tmplc == lc ) {
592 ld->ld_conns = tmplc->lconn_next;
594 prevlc->lconn_next = tmplc->lconn_next;
598 prevlc = tmplc;

Completed in 18 milliseconds