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

/httpd/modules/cache/
H A Dcache_common.h50 apr_int64_t max_stale_value; /* if positive, then set */ member in struct:cache_control
H A Dcache_util.c638 if(cache->control_in.max_stale_value != -1) {
639 maxstale = cache->control_in.max_stale_value;
989 cc->max_stale_value = -1;
1063 cc->max_stale_value = apr_atoi64(token + 10);
1067 cc->max_stale_value = -1;

Completed in 14 milliseconds