Lines Matching defs:pEntry
146 static void addEntryToHashTable(HashTable* pHash, ZipEntry* pEntry) in addEntryToHashTable()
250 ZipEntry* pEntry; in parseZipArchive() local
517 bool mzIsZipEntrySymlink(const ZipEntry* pEntry) in mzIsZipEntrySymlink()
528 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in processStoredEntry()
557 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in processDeflatedEntry()
673 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in mzProcessZipEntryContents()
714 bool mzIsZipEntryIntact(const ZipArchive *pArchive, const ZipEntry *pEntry) in mzIsZipEntryIntact()
755 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, in mzReadZipEntry()
802 const ZipEntry *pEntry, int fd) in mzExtractZipEntryToFile()
834 const ZipEntry *pEntry, unsigned char *buffer) in mzExtractZipEntryToBuffer()
865 static const char *targetEntryPath(MzPathHelper *helper, ZipEntry *pEntry) in targetEntryPath()
990 ZipEntry *pEntry = pArchive->pEntries + i; in mzExtractRecursive() local