LDAPConn
LDAPConn *lr_conn; /* connection used to send request */
LDAPConn *ld_defconn; /* default connection */
LDAPConn *ld_conns; /* list of all server connections */
LDAPRequest *parentreq, LDAPServer *srvlist, LDAPConn *lc,
LDAPConn *nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
void nsldapi_free_connection( LDAP *ld, LDAPConn *lc,
void nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all );
LDAPConn *lc, /* connection to use (NULL for default) */
LDAPConn *
LDAPConn *lc;
if (( lc = (LDAPConn *)NSLDAPI_CALLOC( 1, sizeof( LDAPConn ))) == NULL
static LDAPConn *find_connection( LDAP *ld, LDAPServer *srv, int any );
static void use_connection( LDAP *ld, LDAPConn *lc );
LDAPConn *savedefconn;
static LDAPConn *
LDAPConn *lc;
use_connection( LDAP *ld, LDAPConn *lc )
nsldapi_free_connection( LDAP *ld, LDAPConn *lc, LDAPControl **serverctrls,
LDAPConn *tmplc, *prevlc;
nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all )
LDAPConn *lc;
LDAPConn *lc, *nextlc;
read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,