Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c44 static void use_connection( LDAP *ld, LDAPConn *lc );
151 LDAPConn *lc, /* connection to use (NULL for default) */ in nsldapi_send_server_request()
357 LDAPConn *
363 LDAPConn *lc; in nsldapi_new_connection()
370 if (( lc = (LDAPConn *)NSLDAPI_CALLOC( 1, sizeof( LDAPConn ))) == NULL in nsldapi_new_connection()
464 LDAPConn *savedefconn; in nsldapi_new_connection()
530 static LDAPConn *
537 LDAPConn *lc; in find_connection()
561 use_connection( LDAP *ld, LDAPConn *lc ) in use_connection()
572 LDAPConn *tmplc, *prevlc; in nsldapi_free_connection()
[all …]
H A Dldap-int.h197 } LDAPConn; typedef
219 LDAPConn *lr_conn; /* connection used to send request */
302 LDAPConn *ld_defconn; /* default connection */
303 LDAPConn *ld_conns; /* list of all server connections */
724 LDAPRequest *parentreq, LDAPServer *srvlist, LDAPConn *lc,
726 LDAPConn *nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
730 void nsldapi_free_connection( LDAP *ld, LDAPConn *lc,
733 void nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all );
H A Dresult.c50 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
279 LDAPConn *lc, *nextlc;
491 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,