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

Function process_resource_config_cb

server/config.c:1896–1900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894} configs;
1895
1896static 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
1902AP_DECLARE(const char *) ap_process_fnmatch_configs(server_rec *s,
1903 const char *fname,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected