Searched refs:LDAPConn (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | request.c | 62 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 D | result.c | 65 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 D | ldap-int.h | 155 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 D | ldap-private.h | 203 } 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 D | request.c | 45 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 D | ldap-int.h | 196 } 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 D | result.c | 52 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 28 milliseconds