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

/httpd/modules/cache/
H A Dcache_common.h49 apr_int64_t max_age_value; /* if positive, then set */ member in struct:cache_control
H A Dcache_util.c609 maxage_req = cache->control_in.max_age_value;
620 maxage_cresp = h->cache_obj->info.control.max_age_value;
988 cc->max_age_value = -1;
1047 cc->max_age_value = 0;
1056 cc->max_age_value = apr_atoi64(token + 8);
H A Dmod_cache.c1051 || (!control.s_maxage && !control.max_age_value)) && lastmods
1414 x = control.max_age_value;
/httpd/modules/test/
H A Dmod_policy.c652 apr_int64_t max_age_value = 0; local
668 max_age_value = apr_atoi64(token + 8);
674 max_age_value = apr_atoi64(token + 8);
725 if (max_age_value < conf->maxage) {
733 max_age_value, conf->maxage), conf->maxage_url,

Completed in 704 milliseconds