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

/httpd/modules/cache/
H A Dcache_util.h138 unsigned int x_cache:1; member in struct:__anon82
173 unsigned int x_cache:1; member in struct:__anon83
H A Dmod_cache.c1774 int x_cache = 0, x_cache_detail = 0; local
1798 x_cache = dconf->x_cache;
1801 x_cache = conf->x_cache;
1803 if (x_cache) {
1936 dconf->x_cache = DEFAULT_X_CACHE;
1976 new->x_cache = (add->x_cache_set == 0) ? base->x_cache : add->x_cache;
[all...]

Completed in 42 milliseconds