| 99 | } |
| 100 | |
| 101 | static int log_debug_quick_handler(request_rec *r, int lookup_uri) |
| 102 | { |
| 103 | do_debug_log(r, hooks[1]); |
| 104 | return DECLINED; |
| 105 | } |
| 106 | |
| 107 | static int log_debug_handler(request_rec *r) |
| 108 | { |
nothing calls this directly
no test coverage detected