Searched defs:pEntry (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/minzip/ |
D | Zip.h | 111 mzGetZipEntryIndex(const ZipArchive *pArchive, const ZipEntry *pEntry) { in mzGetZipEntryIndex() 118 INLINE UnterminatedString mzGetZipEntryFileName(const ZipEntry* pEntry) { in mzGetZipEntryFileName() 124 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) { in mzGetZipEntryOffset() 127 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) { in mzGetZipEntryUncompLen() 130 INLINE long mzGetZipEntryModTime(const ZipEntry* pEntry) { in mzGetZipEntryModTime() 133 INLINE long mzGetZipEntryCrc32(const ZipEntry* pEntry) { in mzGetZipEntryCrc32()
|
D | Zip.c | 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() [all …]
|
D | Hash.c | 182 HashEntry* pEntry; in mzHashTableLookup() local 257 HashEntry* pEntry; in mzHashTableRemove() local 318 HashEntry* pEntry; in countProbes() local
|