Searched refs:lastmod (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dcache_storage.c338 const char *etag, *lastmod; local
369 lastmod = apr_table_get(h->resp_hdrs, "Last-Modified");
371 if (etag || lastmod) {
380 if (lastmod) {
382 lastmod);
H A Dcache_util.h223 apr_time_t lastmod; /* last-modified time */ member in struct:__anon84
H A Dmod_cache.c819 apr_time_t exp, date, lastmod, now; local
950 lastmod = apr_date_parse_http(lastmods);
951 if (lastmod == APR_DATE_BAD) {
956 lastmod = APR_DATE_BAD;
1392 if (lastmod != APR_DATE_BAD && lastmod > date) {
1394 lastmod = date;
1403 * else if lastmod
1404 * expiry date = date + min((date - lastmod) * factor, maxexpire)
1429 else if ((lastmod !
[all...]
/httpd/modules/test/
H A Dmod_policy.c442 apr_time_t lastmod = apr_date_parse_http(lastmodified); local
443 if (lastmod != APR_DATE_BAD) {

Completed in 1637 milliseconds