Searched defs:headers_conf (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_headers.c153 * headers_conf is our per-module configuration. This is used as both
160 } headers_conf; typedef in typeref:struct:__anon257
254 headers_conf *conf = apr_pcalloc(p, sizeof(*conf));
265 headers_conf *newconf = apr_pcalloc(p, sizeof(*newconf));
266 headers_conf *base = basev;
267 headers_conf *overrides = overridesv;
436 headers_conf *dirconf = indirconf;
846 headers_conf *dirconf = ap_get_module_config(r->per_dir_config,
859 headers_conf *dirconf = ap_get_module_config(r->per_dir_config,
870 headers_conf *dircon
[all...]

Completed in 680 milliseconds