Searched defs:pEntry (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/minzip/ |
D | Zip.c | 146 static void addEntryToHashTable(HashTable* pHash, ZipEntry* pEntry) in addEntryToHashTable() 250 ZipEntry* pEntry; in parseZipArchive() local 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() 602 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, in mzProcessZipEntryContents() 652 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, in mzReadZipEntry() 699 const ZipEntry *pEntry, int fd) in mzExtractZipEntryToFile() 731 const ZipEntry *pEntry, unsigned char *buffer) in mzExtractZipEntryToBuffer() 762 static const char *targetEntryPath(MzPathHelper *helper, ZipEntry *pEntry) in targetEntryPath() [all …]
|
D | Hash.c | 181 HashEntry* pEntry; in mzHashTableLookup() local 249 HashEntry* pEntry; in mzHashTableRemove() local 307 HashEntry* pEntry; in countProbes() local
|
D | Zip.h | 88 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) { in mzGetZipEntryOffset() 91 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) { in mzGetZipEntryUncompLen()
|