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

Function log_debug_log_transaction

modules/loggers/mod_log_debug.c:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static int log_debug_log_transaction(request_rec *r)
96{
97 do_debug_log(r, hooks[0]);
98 return DECLINED;
99}
100
101static int log_debug_quick_handler(request_rec *r, int lookup_uri)
102{

Callers

nothing calls this directly

Calls 1

do_debug_logFunction · 0.85

Tested by

no test coverage detected