Searched refs:auth_type (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 804 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 D | mod_auth_basic.c | 239 static int hook_note_basic_auth_failure(request_rec *r, const char *auth_type) argument 241 if (strcasecmp(auth_type, "Basic"))
|
H A D | mod_auth_form.c | 421 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 D | mod_auth_digest.c | 1225 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 D | http_protocol.h | 555 * @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 D | protocol.c | 1926 (request_rec *r, const char *auth_type), 1927 (r, auth_type), DECLINED)
|
Completed in 529 milliseconds