Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsbind.c159 ( ld->ld_options & LDAP_BITOPT_RECONNECT ) != 0 ) { in ldap_simple_bind_s()
H A Dgetoption.c120 LDAP_GET_BITOPT( ld, LDAP_BITOPT_RECONNECT ); in ldap_get_option()
H A Dsetoption.c140 LDAP_SETCLR_BITOPT(ld, LDAP_BITOPT_RECONNECT, optdata); in ldap_set_option()
H A Dldap-int.h294 #define LDAP_BITOPT_RECONNECT 0x08000000 macro
H A Drequest.c169 & LDAP_BITOPT_RECONNECT ) != 0 ) { in nsldapi_send_server_request()