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

/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c358 lc->lconn_next = ld->ld_conns;
434 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) {
488 tmplc = tmplc->lconn_next ) {
491 ld->ld_conns = tmplc->lconn_next;
493 prevlc->lconn_next = tmplc->lconn_next;
523 for ( lc = lconns; lc != NULL; lc = lc->lconn_next ) {
H A Dresult.c262 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) {
309 nextlc = lc->lconn_next;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c456 lc->lconn_next = ld->ld_conns;
542 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) {
589 tmplc = tmplc->lconn_next ) {
592 ld->ld_conns = tmplc->lconn_next;
594 prevlc->lconn_next = tmplc->lconn_next;
643 for ( lc = lconns; lc != NULL; lc = lc->lconn_next ) {
H A Dldap-int.h195 struct ldap_conn *lconn_next; member in struct:ldap_conn
H A Dresult.c358 for ( lc = ld->ld_conns; lc != NULL; lc = lc->lconn_next ) {
407 nextlc = lc->lconn_next;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h202 struct ldap_conn *lconn_next; member in struct:ldap_conn

Completed in 28 milliseconds