Searched defs:ZipEntry (Results 1 – 2 of 2) sorted by relevance
42 struct ZipEntry { struct66 // Crc32 value of this ZipEntry. This information might argument71 // Compressed length of this ZipEntry. Might be present argument76 // Uncompressed length of this ZipEntry. Might be present argument81 // The offset to the start of data for this ZipEntry. argument82 off64_t offset;85 uint16_t version_made_by;89 uint32_t external_file_attributes;92 uint16_t gpbf;94 bool is_text;
107 const std::function<bool(ZipEntry&, const std::string&)>& callback) { in IterateEntries()