Lines Matching defs:pEntry
146 static void addEntryToHashTable(HashTable* pHash, ZipEntry* pEntry) in addEntryToHashTable()
250 ZipEntry* pEntry; in parseZipArchive() local
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() local