| 111 | } |
| 112 | |
| 113 | static int log_debug_pre_translate_name(request_rec *r) |
| 114 | { |
| 115 | do_debug_log(r, hooks[12]); |
| 116 | return DECLINED; |
| 117 | } |
| 118 | |
| 119 | static int log_debug_translate_name(request_rec *r) |
| 120 | { |
nothing calls this directly
no test coverage detected