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

Function log_debug_quick_handler

modules/loggers/mod_log_debug.c:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101static int log_debug_quick_handler(request_rec *r, int lookup_uri)
102{
103 do_debug_log(r, hooks[1]);
104 return DECLINED;
105}
106
107static int log_debug_handler(request_rec *r)
108{

Callers

nothing calls this directly

Calls 1

do_debug_logFunction · 0.85

Tested by

no test coverage detected