Home
last modified time | relevance | path

Searched defs:pEntry (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/minzip/
DZip.c146 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()
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()
[all …]
DHash.c181 HashEntry* pEntry; in mzHashTableLookup() local
249 HashEntry* pEntry; in mzHashTableRemove() local
307 HashEntry* pEntry; in countProbes() local
DZip.h88 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) { in mzGetZipEntryOffset()
91 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) { in mzGetZipEntryUncompLen()