Home
last modified time | relevance | path

Searched refs:LDAP_BITOPT_SSL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c111 *((int *) optdata) = LDAP_GET_BITOPT( ld, LDAP_BITOPT_SSL ); in ldap_get_option()
H A Dsetoption.c131 LDAP_SETCLR_BITOPT(ld, LDAP_BITOPT_SSL, optdata); in ldap_set_option()
H A Dopen.c601 if (( ld->ld_options & LDAP_BITOPT_SSL ) != 0 ) { in nsldapi_open_ldap_defconn()
H A Dldap-int.h291 #define LDAP_BITOPT_SSL 0x40000000 macro