Home
last modified time | relevance | path

Searched refs:APR_LDAP_STARTTLS (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/apr-util/ldap/
H A Dapr_ldap_option.c247 else if (tls == APR_LDAP_STARTTLS) { in option_set_tls()
283 if (tls == APR_LDAP_STARTTLS) { in option_set_tls()
312 else if (tls == APR_LDAP_STARTTLS) { in option_set_tls()
354 else if (tls == APR_LDAP_STARTTLS) { in option_set_tls()
/freebsd-12.1/contrib/apr-util/include/
H A Dapr_ldap_option.h201 #define APR_LDAP_STARTTLS 2 macro
/freebsd-12.1/contrib/apr-util/test/
H A Dtestldap.c219 APR_LDAP_STARTTLS, &(result)); in test_ldap_tls()