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

Function ap_note_digest_auth_failure

server/protocol.c:1753–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1751}
1752
1753AP_DECLARE(void) ap_note_digest_auth_failure(request_rec *r)
1754{
1755 ap_note_auth_failure(r);
1756}
1757
1758AP_DECLARE(int) ap_get_basic_auth_pw(request_rec *r, const char **pw)
1759{

Callers 1

http_protocol.hFile · 0.85

Calls 1

ap_note_auth_failureFunction · 0.85

Tested by

no test coverage detected