Searched defs:mod_time (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/cache/
H A Dmod_file_cache.c348 apr_time_t mod_time; local
351 mod_time = ap_rationalize_mtime(r, r->mtime);
352 if (mod_time == match->finfo.mtime)
356 apr_rfc822_date(datestr, mod_time);
/httpd/server/
H A Dprotocol.c1847 apr_time_t mod_time = ap_rationalize_mtime(r, r->mtime); local
1850 apr_rfc822_date(datestr, mod_time);

Completed in 15 milliseconds