Searched refs:APR_LDAP_OPT_TLS_CERT (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_ldap_option.h52 #define APR_LDAP_OPT_TLS_CERT 0x6ffe macro
74 * APR_LDAP_OPT_TLS_CERT
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestldap.c126 apr_ldap_set_option(p, NULL, APR_LDAP_OPT_TLS_CERT, (void *)cert, &result);
132 apr_ldap_set_option(p, NULL, APR_LDAP_OPT_TLS_CERT, (void *)cert, &result);
/freebsd-12-stable/contrib/apr-util/ldap/
H A Dapr_ldap_init.c51 * The apr_ldap_set_option() function with the APR_LDAP_OPT_TLS_CERT option
80 return apr_ldap_set_option(pool, NULL, APR_LDAP_OPT_TLS_CERT, (void *)cert, result_err);
H A Dapr_ldap_option.c104 case APR_LDAP_OPT_TLS_CERT:

Completed in 144 milliseconds