Searched refs:LDAPConn (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c62 static LDAPConn *find_connection( LDAP *ld, LDAPServer *srv, int any );
63 static void use_connection( LDAP *ld, LDAPConn *lc );
66 static LDAPConn *find_connection();
169 *parentreq, LDAPServer *srvlist, LDAPConn *lc, int bind )
298 LDAPConn *
302 LDAPConn *lc;
310 if (( lc = (LDAPConn *)calloc( 1, sizeof( LDAPConn ))) == NULL ||
368 LDAPConn *savedefconn;
421 static LDAPConn *
[all...]
H A Dresult.c65 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
234 LDAPConn *lc, *nextlc;
357 LDAPConn *lc,
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-int.h155 LDAPRequest *parentreq, LDAPServer *srvlist, LDAPConn *lc,
157 LDAPConn *new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
161 void free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind );
162 void dump_connection( LDAP *ld, LDAPConn *lconns, int all );
166 LDAPConn *new_connection();
H A Dldap-private.h203 } LDAPConn; typedef in typeref:struct:ldap_conn
234 LDAPConn *lr_conn; /* connection used to send request */
324 LDAPConn *ld_defconn; /* default connection */
325 LDAPConn *ld_conns; /* list of server connections */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c45 static LDAPConn *find_connection( LDAP *ld, LDAPServer *srv, int any );
46 static void use_connection( LDAP *ld, LDAPConn *lc );
153 LDAPConn *lc, /* connection to use (NULL for default) */
359 LDAPConn *
365 LDAPConn *lc;
372 if (( lc = (LDAPConn *)NSLDAPI_CALLOC( 1, sizeof( LDAPConn ))) == NULL
466 LDAPConn *savedefconn;
532 static LDAPConn *
539 LDAPConn *l
[all...]
H A Dldap-int.h196 } LDAPConn; typedef in typeref:struct:ldap_conn
218 LDAPConn *lr_conn; /* connection used to send request */
301 LDAPConn *ld_defconn; /* default connection */
302 LDAPConn *ld_conns; /* list of all server connections */
723 LDAPRequest *parentreq, LDAPServer *srvlist, LDAPConn *lc,
725 LDAPConn *nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
729 void nsldapi_free_connection( LDAP *ld, LDAPConn *lc,
732 void nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all );
H A Dresult.c52 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
281 LDAPConn *lc, *nextlc;
493 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,

Completed in 47 milliseconds