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

/httpd/modules/cache/
H A Dmod_cache.c818 const char *exps, *lastmods, *dates, *etag; local
1367 dates = apr_table_get(r->err_headers_out, "Date");
1368 if (dates == NULL) {
1369 dates = apr_table_get(r->headers_out, "Date");
1371 if (dates != NULL) {
1372 info->date = apr_date_parse_http(dates);
2547 "Ignore expiration dates when populating cache, resulting in "
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1003 char dates[APR_RFC822_DATE_LEN]; local
1952 apr_rfc822_date(dates, r->request_time);
1953 apr_table_setn(r->headers_out, "Date", dates);

Completed in 1673 milliseconds