Lines Matching refs:ZipEntry

91 static void dumpEntry(const ZipEntry* pEntry)
106 const ZipEntry* entry1 = (const ZipEntry*) ventry1; in hashcmpZipEntry()
107 const ZipEntry* entry2 = (const ZipEntry*) ventry2; in hashcmpZipEntry()
121 const ZipEntry* entry = (const ZipEntry*) ventry; in hashcmpZipName()
146 static void addEntryToHashTable(HashTable* pHash, ZipEntry* pEntry) in addEntryToHashTable()
149 const ZipEntry* found; in addEntryToHashTable()
151 found = (const ZipEntry*)mzHashTableLookup(pHash, in addEntryToHashTable()
243 pArchive->pEntries = (ZipEntry*) calloc(numEntries, sizeof(ZipEntry)); in parseZipArchive()
250 ZipEntry* pEntry; in parseZipArchive()
321 (i - target) * sizeof(ZipEntry)); in parseZipArchive()
504 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive, in mzFindZipEntry()
509 return (const ZipEntry*)mzHashTableLookup(pArchive->pHash, in mzFindZipEntry()
516 bool mzIsZipEntrySymlink(const ZipEntry* pEntry) in mzIsZipEntrySymlink()
527 … const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in processStoredEntry()
556 … const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in processDeflatedEntry()
671 … const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in mzProcessZipEntryContents()
712 bool mzIsZipEntryIntact(const ZipArchive *pArchive, const ZipEntry *pEntry) in mzIsZipEntryIntact()
753 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, in mzReadZipEntry()
800 const ZipEntry *pEntry, int fd) in mzExtractZipEntryToFile()
833 const ZipEntry *pEntry, unsigned char *buffer) in mzExtractZipEntryToBuffer()
864 static const char *targetEntryPath(MzPathHelper *helper, ZipEntry *pEntry) in targetEntryPath()
987 ZipEntry *pEntry = pArchive->pEntries + i; in mzExtractRecursive()