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

/httpd/modules/cache/
H A Dcache_common.h52 apr_int64_t s_maxage_value; /* if positive, then set */ member in struct:cache_control
/httpd/modules/test/
H A Dmod_policy.c654 apr_int64_t s_maxage_value = 0; local
685 s_maxage_value = apr_atoi64(token + 9);
692 s_maxage_value = apr_atoi64(token + 9);
705 if (s_maxage_value < conf->maxage) {
713 s_maxage_value, conf->maxage), conf->maxage_url,

Completed in 1216 milliseconds