Searched refs:uldap_cache_comparedn (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dutil_ldap.h267 APR_DECLARE_OPTIONAL_FN(int,uldap_cache_comparedn,(request_rec *r, util_ldap_connection_t *ldc,
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c109 static APR_OPTIONAL_FN_TYPE(uldap_cache_comparedn) *util_ldap_cache_comparedn;
1955 util_ldap_cache_comparedn = APR_RETRIEVE_OPTIONAL_FN(uldap_cache_comparedn);
/httpd/modules/ldap/
H A Dutil_ldap.c894 static int uldap_cache_comparedn(request_rec *r, util_ldap_connection_t *ldc, function
3191 APR_REGISTER_OPTIONAL_FN(uldap_cache_comparedn);

Completed in 43 milliseconds