Searched defs:max_age (Results 1 - 3 of 3) sorted by relevance
/httpd/include/ | ||
H A D | apreq_cookie.h | 60 apr_time_t max_age; /**< total duration of cookie: -1 == session */ member in struct:apreq_cookie_t |
/httpd/modules/cache/ | ||
H A D | cache_common.h | 37 unsigned int max_age:1; member in struct:cache_control |
/httpd/modules/test/ | ||
H A D | mod_policy.c | 651 int max_age = 0; local 667 max_age = 1; 673 max_age = 1; 724 if (max_age) { |
Completed in 49 milliseconds