Searched refs:LDAPConn (Results 1 – 3 of 3) sorted by relevance
/titanic_41/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) */ in nsldapi_send_server_request() 359 LDAPConn * 365 LDAPConn *lc; in nsldapi_new_connection() 372 if (( lc = (LDAPConn *)NSLDAPI_CALLOC( 1, sizeof( LDAPConn ))) == NULL in nsldapi_new_connection() 466 LDAPConn *savedefconn; in nsldapi_new_connection() 532 static LDAPConn * 539 LDAPConn *lc; in find_connection() 563 use_connection( LDAP *ld, LDAPConn *lc ) in use_connection() [all …]
|
H A D | ldap-int.h | 199 } LDAPConn; typedef 221 LDAPConn *lr_conn; /* connection used to send request */ 304 LDAPConn *ld_defconn; /* default connection */ 305 LDAPConn *ld_conns; /* list of all server connections */ 726 LDAPRequest *parentreq, LDAPServer *srvlist, LDAPConn *lc, 728 LDAPConn *nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb, 732 void nsldapi_free_connection( LDAP *ld, LDAPConn *lc, 735 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,
|