| 1894 | } configs; |
| 1895 | |
| 1896 | static const char *process_resource_config_cb(ap_dir_match_t *w, const char *fname) |
| 1897 | { |
| 1898 | configs *cfgs = w->ctx; |
| 1899 | return ap_process_resource_config(cfgs->s, fname, cfgs->conftree, w->p, w->ptemp); |
| 1900 | } |
| 1901 | |
| 1902 | AP_DECLARE(const char *) ap_process_fnmatch_configs(server_rec *s, |
| 1903 | const char *fname, |
nothing calls this directly
no test coverage detected