Home
last modified time | relevance | path

Searched refs:lconn_next (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c456 lc->lconn_next = ld->ld_conns; in nsldapi_new_connection()
542 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) { in find_connection()
589 tmplc = tmplc->lconn_next ) { in nsldapi_free_connection()
592 ld->ld_conns = tmplc->lconn_next; in nsldapi_free_connection()
594 prevlc->lconn_next = tmplc->lconn_next; in nsldapi_free_connection()
643 for ( lc = lconns; lc != NULL; lc = lc->lconn_next ) { in nsldapi_dump_connection()
H A Dresult.c358 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) {
407 nextlc = lc->lconn_next;
H A Dldap-int.h198 struct ldap_conn *lconn_next; member