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

/httpd/modules/aaa/
H A Dmod_authn_core.c356 static const char *authn_ap_auth_name(request_rec *r) function
411 APR_REGISTER_OPTIONAL_FN(authn_ap_auth_name);
/httpd/include/
H A Dhttp_core.h995 APR_DECLARE_OPTIONAL_FN(const char *, authn_ap_auth_name, (request_rec *r));
/httpd/server/
H A Dcore.c749 static APR_OPTIONAL_FN_TYPE(authn_ap_auth_name) *authn_ap_auth_name;
753 if (authn_ap_auth_name) {
754 return authn_ap_auth_name(r);
4781 authn_ap_auth_name = APR_RETRIEVE_OPTIONAL_FN(authn_ap_auth_name);

Completed in 2162 milliseconds