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()
475 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive, in mzFindZipEntry()
480 return (const ZipEntry*)mzHashTableLookup(pArchive->pHash, in mzFindZipEntry()
487 static bool mzIsZipEntrySymlink(const ZipEntry* pEntry) in mzIsZipEntrySymlink()
498 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in processStoredEntry()
505 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in processDeflatedEntry()
601 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in mzProcessZipEntryContents()
643 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, in mzReadZipEntry()
690 const ZipEntry *pEntry, int fd) in mzExtractZipEntryToFile()
722 const ZipEntry *pEntry, unsigned char *buffer) in mzExtractZipEntryToBuffer()
753 static const char *targetEntryPath(MzPathHelper *helper, ZipEntry *pEntry) in targetEntryPath()
878 ZipEntry *pEntry = pArchive->pEntries + i; in mzExtractRecursive()