Searched refs:last_modified (Results 1 – 4 of 4) sorted by relevance
199 struct tm *last_modified = GetCurrentSystemTime(); in FlushEntriesIfNeeded() local200 if (!AddDirectoryEntryToZip(zipFile_, relativePath, last_modified, options)) { in FlushEntriesIfNeeded()
57 optional string last_modified = 13; field
399 } else if let Some(last_modified) = progress_guard.extras.get("last-modified") { in support_range()400 request_builder = request_builder.header("If-Range", last_modified.as_str()); in support_range()
775 webDownloadItem->lastModified = webDownloadPb.last_modified(); in JS_Deserialize()