Searched refs:lconn_next (Results 1 – 3 of 3) sorted by relevance
454 lc->lconn_next = ld->ld_conns; in nsldapi_new_connection()540 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) { in find_connection()587 tmplc = tmplc->lconn_next ) { in nsldapi_free_connection()590 ld->ld_conns = tmplc->lconn_next; in nsldapi_free_connection()592 prevlc->lconn_next = tmplc->lconn_next; in nsldapi_free_connection()641 for ( lc = lconns; lc != NULL; lc = lc->lconn_next ) { in nsldapi_dump_connection()
356 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) {405 nextlc = lc->lconn_next;
196 struct ldap_conn *lconn_next; member