Symbol: LDAPServer
usr/src/lib/libldap5/sources/ldap/common/ldap-int.h
192
LDAPServer *lconn_server;
usr/src/lib/libldap5/sources/ldap/common/ldap-int.h
724
LDAPRequest *parentreq, LDAPServer *srvlist, LDAPConn *lc,
usr/src/lib/libldap5/sources/ldap/common/ldap-int.h
726
LDAPConn *nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
usr/src/lib/libldap5/sources/ldap/common/open.c
590
LDAPServer *srv;
usr/src/lib/libldap5/sources/ldap/common/open.c
592
if (( srv = (LDAPServer *)NSLDAPI_CALLOC( 1, sizeof( LDAPServer ))) ==
usr/src/lib/libldap5/sources/ldap/common/request.c
112
LDAPServer *srv;
usr/src/lib/libldap5/sources/ldap/common/request.c
1267
static LDAPServer *
usr/src/lib/libldap5/sources/ldap/common/request.c
1272
LDAPServer *srvlist, *prevsrv, *srv;
usr/src/lib/libldap5/sources/ldap/common/request.c
1312
if (( srv = (LDAPServer *)NSLDAPI_CALLOC( 1,
usr/src/lib/libldap5/sources/ldap/common/request.c
1313
sizeof( LDAPServer ))) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/request.c
150
LDAPServer *srvlist, /* servers to connect to (NULL for default) */
usr/src/lib/libldap5/sources/ldap/common/request.c
358
nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
usr/src/lib/libldap5/sources/ldap/common/request.c
364
LDAPServer *prevsrv, *srv;
usr/src/lib/libldap5/sources/ldap/common/request.c
43
static LDAPConn *find_connection( LDAP *ld, LDAPServer *srv, int any );
usr/src/lib/libldap5/sources/ldap/common/request.c
45
static void free_servers( LDAPServer *srvlist );
usr/src/lib/libldap5/sources/ldap/common/request.c
52
static LDAPServer *dn2servers( LDAP *ld, char *dn );
usr/src/lib/libldap5/sources/ldap/common/request.c
531
find_connection( LDAP *ld, LDAPServer *srv, int any )
usr/src/lib/libldap5/sources/ldap/common/request.c
538
LDAPServer *ls;
usr/src/lib/libldap5/sources/ldap/common/request.c
785
free_servers( LDAPServer *srvlist )
usr/src/lib/libldap5/sources/ldap/common/request.c
787
LDAPServer *nextsrv;
usr/src/lib/libldap5/sources/ldap/common/request.c
950
LDAPServer *srv;
usr/src/lib/libldap5/sources/ldap/common/request.c
97
LDAPServer *servers;
usr/src/lib/libldap5/sources/ldap/common/request.c
989
if (( srv = (LDAPServer *)NSLDAPI_CALLOC( 1, sizeof( LDAPServer )))
usr/src/lib/libldap5/sources/ldap/common/url.c
407
LDAPServer *srv;
usr/src/lib/libldap5/sources/ldap/common/url.c
437
if (( srv = (LDAPServer *)NSLDAPI_CALLOC( 1, sizeof( LDAPServer )))