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

Function log_debug_handler

modules/loggers/mod_log_debug.c:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107static int log_debug_handler(request_rec *r)
108{
109 do_debug_log(r, hooks[2]);
110 return DECLINED;
111}
112
113static int log_debug_pre_translate_name(request_rec *r)
114{

Callers

nothing calls this directly

Calls 1

do_debug_logFunction · 0.85

Tested by

no test coverage detected