Searched refs:tmplc (Results 1 – 2 of 2) sorted by relevance
183 ldapconn_t *tmplc = NULL; in ldap_back_conn_delete() local187 tmplc = ldap_tavl_delete( &li->li_conninfo.lai_tree, (caddr_t)lc, in ldap_back_conn_delete()189 assert( tmplc == lc ); in ldap_back_conn_delete()193 assert( LDAP_BACK_CONN_TAINTED( lc ) || tmplc == lc ); in ldap_back_conn_delete()321 ldapconn_t *tmplc; in ldap_back_bind() local341 …while ( ( tmplc = ldap_tavl_delete( &li->li_conninfo.lai_tree, (caddr_t)lc, ldap_back_conn_cmp ) )… in ldap_back_bind()348 if ( tmplc->lc_refcnt != 0 ) { in ldap_back_bind()350 LDAP_BACK_CONN_TAINTED_SET( tmplc ); in ldap_back_bind()351 LDAP_BACK_CONN_CACHED_CLEAR( tmplc ); in ldap_back_bind()359 ldap_back_conn_free( tmplc ); in ldap_back_bind()[all …]
739 LDAPConn *tmplc, *prevlc; in ldap_free_connection() local749 for ( prevlc = NULL, tmplc = ld->ld_conns; in ldap_free_connection()750 tmplc != NULL; in ldap_free_connection()751 tmplc = tmplc->lconn_next ) in ldap_free_connection()753 if ( tmplc == lc ) { in ldap_free_connection()755 ld->ld_conns = tmplc->lconn_next; in ldap_free_connection()757 prevlc->lconn_next = tmplc->lconn_next; in ldap_free_connection()764 prevlc = tmplc; in ldap_free_connection()