Home
last modified time | relevance | path

Searched refs:LDAP_BITOPT_RECONNECT (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dsbind.c161 ( ld->ld_options & LDAP_BITOPT_RECONNECT ) != 0 ) { in ldap_simple_bind_s()
H A Dgetoption.c122 LDAP_GET_BITOPT( ld, LDAP_BITOPT_RECONNECT ); in ldap_get_option()
H A Dsetoption.c142 LDAP_SETCLR_BITOPT(ld, LDAP_BITOPT_RECONNECT, optdata); in ldap_set_option()
H A Dldap-int.h296 #define LDAP_BITOPT_RECONNECT 0x08000000 macro
H A Drequest.c171 & LDAP_BITOPT_RECONNECT ) != 0 ) { in nsldapi_send_server_request()