Home | History | Annotate | Download | only in minzip

Lines Matching refs:ZipArchive

187 static bool parseZipArchive(ZipArchive* pArchive)
430 int mzOpenZipArchive(unsigned char* addr, size_t length, ZipArchive* pArchive)
458 * Close a ZipArchive, closing the file and freeing the contents.
460 * NOTE: the ZipArchive may not have been fully created.
462 void mzCloseZipArchive(ZipArchive* pArchive)
479 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
501 static bool processStoredEntry(const ZipArchive *pArchive,
508 static bool processDeflatedEntry(const ZipArchive *pArchive,
605 bool mzProcessZipEntryContents(const ZipArchive *pArchive,
639 bool mzIsZipEntryIntact(const ZipArchive *pArchive, const ZipEntry *pEntry)
680 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry,
728 bool mzExtractZipEntryToFile(const ZipArchive *pArchive,
743 bool mzGetStoredEntry(const ZipArchive *pArchive,
777 bool mzExtractZipEntryToBuffer(const ZipArchive *pArchive,
874 bool mzExtractRecursive(const ZipArchive *pArchive,