Searched refs:s_maxage (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dcache_common.h47 unsigned int s_maxage:1; member in struct:cache_control
H A Dmod_cache.c1051 || (!control.s_maxage && !control.max_age_value)) && lastmods
1058 && !control.max_age && !control.s_maxage) {
1073 && !control.s_maxage) {
1098 && !(control.s_maxage || control.must_revalidate
1866 && !cache->stale_handle->cache_obj->info.control.s_maxage) {
H A Dcache_util.c1118 cc->s_maxage = 1;
/httpd/modules/test/
H A Dmod_policy.c653 int s_maxage = 0; local
684 s_maxage = 1;
691 s_maxage = 1;
704 if (s_maxage) {

Completed in 88 milliseconds