Home | History | Annotate | Download | only in ziparchive

Lines Matching defs:ZipEntry

64 struct ZipEntry {
87 // Crc32 value of this ZipEntry. This information might
92 // Compressed length of this ZipEntry. Might be present
97 // Uncompressed length of this ZipEntry. Might be present
102 // The offset to the start of data for this ZipEntry.
165 int32_t FindEntry(const ZipArchiveHandle handle, const ZipString& entryName, ZipEntry* data);
189 int32_t Next(void* cookie, ZipEntry* data, ZipString* name);
206 int32_t ExtractEntryToFile(ZipArchiveHandle handle, ZipEntry* entry, int fd);
216 int32_t ExtractToMemory(ZipArchiveHandle handle, ZipEntry* entry, uint8_t* begin, uint32_t size);
229 int32_t ProcessZipEntryContents(ZipArchiveHandle handle, ZipEntry* entry,