| 132 | } |
| 133 | |
| 134 | static const char *get_fn_info(request_rec *r) |
| 135 | { |
| 136 | if (r) |
| 137 | return ap_get_module_config(r->request_config, &info_module); |
| 138 | else |
| 139 | return dump_config_fn_info; |
| 140 | } |
| 141 | |
| 142 | |
| 143 | static void mod_info_indent(request_rec * r, int nest, |
no test coverage detected