Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c282 if ( 0 != ( options & LDAP_X_EXTIOF_OPT_SECURE )) { in do_ldapssl_connect()
284 options &= ~LDAP_X_EXTIOF_OPT_SECURE; in do_ldapssl_connect()
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h234 #define LDAP_X_EXTIOF_OPT_SECURE 0x02 /* turn on 'secure' mode */ macro
/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c394 if ( 0 != ( options & LDAP_X_EXTIOF_OPT_SECURE )) { in prldap_connect()
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c489 connect_opts |= LDAP_X_EXTIOF_OPT_SECURE;
1686 if ( 0 != ( options & LDAP_X_EXTIOF_OPT_SECURE )) {