Searched refs:last_mod (Results 1 – 2 of 2) sorted by relevance
100 time_t last_mod; in large_file_exists() local134 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()
1228 time_t last_mod = 0; in prepare_response() local1232 last_mod = util::parse_http_date(ims); in prepare_response()1363 if (last_mod_found && file_ent->mtime <= last_mod) { in prepare_response()