Searched defs:max_age (Results 1 - 3 of 3) sorted by relevance

/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/cache/
H A Dcache_common.h37 unsigned int max_age:1; member in struct:cache_control
/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 49 milliseconds