Home
last modified time | relevance | path

Searched refs:last_mod (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp100 time_t last_mod; in large_file_exists() local
134 last_mod = mktime(&ctime); in large_file_exists()
150 last_mod = info.st_mtime; in large_file_exists()
177 return difftime(last_mod, mktime(&commit)) >= 60 * 60 * 48; in large_file_exists()
/third_party/nghttp2/src/
DHttpServer.cc1228 time_t last_mod = 0; in prepare_response() local
1232 last_mod = util::parse_http_date(ims); in prepare_response()
1363 if (last_mod_found && file_ent->mtime <= last_mod) { in prepare_response()