Searched refs:apr_ldap_set_option (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/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);
182 return apr_ldap_set_option(pool, *ldap, APR_LDAP_OPT_TLS, &secure, result_err);
227 apr_ldap_set_option,
H A Dapr_ldap_stub.c110 APU_DECLARE_LDAP(int) apr_ldap_set_option(apr_pool_t *pool, function
H A Dapr_ldap_option.c89 APU_DECLARE_LDAP(int) apr_ldap_set_option(apr_pool_t *pool, function
/freebsd-11.0-release/contrib/apr-util/include/
H A Dapr_ldap_option.h159 * these structures is passed to apr_ldap_set_option() to set CA
239 APU_DECLARE_LDAP(int) apr_ldap_set_option(apr_pool_t *pool,
/freebsd-11.0-release/usr.bin/svn/lib/libapr_util/
H A Dapr_ldap.h181 #define apr_ldap_set_option apr__ldap_set_option macro
/freebsd-11.0-release/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);

Completed in 180 milliseconds