Home | History | Annotate | Download | only in ziparchive

Lines Matching defs:ZipArchiveHandle

106 typedef void* ZipArchiveHandle;
115 int32_t OpenArchive(const char* fileName, ZipArchiveHandle* handle);
135 int32_t OpenArchiveFd(const int fd, const char* debugFileName, ZipArchiveHandle* handle,
139 ZipArchiveHandle* handle);
147 void CloseArchive(ZipArchiveHandle handle);
165 int32_t FindEntry(const ZipArchiveHandle handle, const ZipString& entryName, ZipEntry* data);
180 int32_t StartIteration(ZipArchiveHandle handle, void** cookie_ptr, const ZipString* optional_prefix,
206 int32_t ExtractEntryToFile(ZipArchiveHandle handle, ZipEntry* entry, int fd);
216 int32_t ExtractToMemory(ZipArchiveHandle handle, ZipEntry* entry, uint8_t* begin, uint32_t size);
218 int GetFileDescriptor(const ZipArchiveHandle handle);
229 int32_t ProcessZipEntryContents(ZipArchiveHandle handle, ZipEntry* entry,