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

Function log_debug_pre_translate_name

modules/loggers/mod_log_debug.c:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static int log_debug_pre_translate_name(request_rec *r)
114{
115 do_debug_log(r, hooks[12]);
116 return DECLINED;
117}
118
119static int log_debug_translate_name(request_rec *r)
120{

Callers

nothing calls this directly

Calls 1

do_debug_logFunction · 0.85

Tested by

no test coverage detected