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

Function log_debug_check_authn

modules/loggers/mod_log_debug.c:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155static int log_debug_check_authn(request_rec *r)
156{
157 do_debug_log(r, hooks[9]);
158 return DECLINED;
159}
160
161static int log_debug_check_authz(request_rec *r)
162{

Callers

nothing calls this directly

Calls 1

do_debug_logFunction · 0.85

Tested by

no test coverage detected