Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr-util/ldap/
H A Dapr_ldap_init.c166 *ldap = ldapssl_init(hostname, portno, secure == APR_LDAP_SSL); in apr_ldap_init()
178 if (secure == APR_LDAP_SSL) in apr_ldap_init()
H A Dapr_ldap_option.c233 if (tls == APR_LDAP_SSL) { in option_set_tls()
275 if (tls == APR_LDAP_SSL) { in option_set_tls()
302 if (tls == APR_LDAP_SSL) { in option_set_tls()
344 else if (tls == APR_LDAP_SSL) { in option_set_tls()
/freebsd-12.1/contrib/apr-util/include/
H A Dapr_ldap_option.h199 #define APR_LDAP_SSL 1 macro
/freebsd-12.1/contrib/apr-util/test/
H A Dtestldap.c199 APR_LDAP_SSL, &(result)); in test_ldaps()