Searched refs:max_age (Results 1 - 6 of 6) sorted by relevance

/httpd/modules/cache/
H A Dcache_common.h37 unsigned int max_age:1; member in struct:cache_control
H A Dcache_util.c1046 cc->max_age = 1;
1055 cc->max_age = 1;
H A Dmod_cache.c1058 && !control.max_age && !control.s_maxage) {
1072 == NULL) && (dconf->no_last_mod_ignore == 0) && !control.max_age
1410 if (control.max_age) {
/httpd/server/
H A Dapreq_cookie.c35 c->max_age = -1;
40 c->max_age = 0;
42 c->max_age = apr_date_parse_rfc(time_str);
43 if (c->max_age == APR_DATE_BAD)
44 c->max_age = apr_time_from_sec(apreq_atoi64t(time_str));
46 c->max_age -= apr_time_now();
165 c->max_age = -1; /* session cookie is the default */
464 if (c->max_age != -1) {
466 apr_rfc822_date(expires, c->max_age + apr_time_now());
510 strcpy(f, c->max_age !
[all...]
/httpd/include/
H A Dapreq_cookie.h60 apr_time_t max_age; /**< total duration of cookie: -1 == session */ member in struct:apreq_cookie_t
/httpd/modules/test/
H A Dmod_policy.c651 int max_age = 0; local
667 max_age = 1;
673 max_age = 1;
724 if (max_age) {

Completed in 38 milliseconds