Searched refs:x_cache_detail (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/cache/
H A Dcache_util.h139 unsigned int x_cache_detail:1; member in struct:__anon82
174 unsigned int x_cache_detail:1; member in struct:__anon83
H A Dmod_cache.c1774 int x_cache = 0, x_cache_detail = 0; local
1812 x_cache_detail = dconf->x_cache_detail;
1815 x_cache_detail = conf->x_cache_detail;
1817 if (x_cache_detail) {
1937 dconf->x_cache_detail = DEFAULT_X_CACHE_DETAIL;
1978 new->x_cache_detail = (add->x_cache_detail_set == 0) ? base->x_cache_detail
1979 : add->x_cache_detail;
[all...]

Completed in 21 milliseconds