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

/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c804 const char *auth_type; local
815 auth_type = ap_auth_type(r);
824 auth_type);
826 if (auth_type && !strcasecmp(auth_type, "Basic")) {
H A Dmod_auth_basic.c239 static int hook_note_basic_auth_failure(request_rec *r, const char *auth_type) argument
241 if (strcasecmp(auth_type, "Basic"))
H A Dmod_auth_form.c421 const char *auth_type)
423 if (strcasecmp(auth_type, "form"))
420 hook_note_cookie_auth_failure(request_rec * r, const char *auth_type) argument
H A Dmod_auth_digest.c1225 static int hook_note_digest_auth_failure(request_rec *r, const char *auth_type) argument
1231 if (strcasecmp(auth_type, "Digest"))
/httpd/include/
H A Dhttp_protocol.h555 * @param auth_type the configured auth_type
558 AP_DECLARE_HOOK(int, note_auth_failure, (request_rec *r, const char *auth_type))
/httpd/server/
H A Dprotocol.c1926 (request_rec *r, const char *auth_type),
1927 (r, auth_type), DECLINED)

Completed in 529 milliseconds