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

/httpd/include/
H A Dutil_ldap.h359 APR_DECLARE_OPTIONAL_FN(int,uldap_cache_getuserdn,(request_rec *r, util_ldap_connection_t *ldc,
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c113 static APR_OPTIONAL_FN_TYPE(uldap_cache_getuserdn) *util_ldap_cache_getuserdn;
1958 util_ldap_cache_getuserdn = APR_RETRIEVE_OPTIONAL_FN(uldap_cache_getuserdn);
/httpd/modules/ldap/
H A Dutil_ldap.c1909 static int uldap_cache_getuserdn(request_rec *r, util_ldap_connection_t *ldc, function
3194 APR_REGISTER_OPTIONAL_FN(uldap_cache_getuserdn);

Completed in 26 milliseconds