MCPcopy Create free account
hub / github.com/apache/httpd / ap_auth_name

Function ap_auth_name

server/core.c:807–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805static APR_OPTIONAL_FN_TYPE(authn_ap_auth_name) *authn_ap_auth_name;
806
807AP_DECLARE(const char *) ap_auth_name(request_rec *r)
808{
809 if (authn_ap_auth_name) {
810 return authn_ap_auth_name(r);
811 }
812 return NULL;
813}
814
815/*
816 * Optional function coming from mod_access_compat, used to determine how

Callers 14

set_notes_authFunction · 0.85
get_notes_authFunction · 0.85
set_session_authFunction · 0.85
get_session_authFunction · 0.85
authenticate_form_authnFunction · 0.85
note_basic_auth_failureFunction · 0.85
authenticate_basic_userFunction · 0.85
note_digest_auth_failureFunction · 0.85
authenticate_digest_userFunction · 0.85
lua_ap_auth_nameFunction · 0.85

Calls 1

authn_ap_auth_nameFunction · 0.85

Tested by

no test coverage detected