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

/httpd/modules/cache/
H A Dmod_cache_socache.c106 typedef struct cache_socache_conf struct
109 } cache_socache_conf; typedef in typeref:struct:cache_socache_conf
355 cache_socache_conf *conf = ap_get_module_config(r->server->module_config,
435 cache_socache_conf *conf = ap_get_module_config(r->server->module_config,
722 cache_socache_conf *conf = ap_get_module_config(r->server->module_config,
785 cache_socache_conf *conf = ap_get_module_config(r->server->module_config,
1099 cache_socache_conf *conf = ap_get_module_config(r->server->module_config,
1237 cache_socache_conf *conf = apr_pcalloc(p, sizeof(cache_socache_conf));
1244 cache_socache_conf *p
[all...]

Completed in 35 milliseconds