Searched refs:ZipEntry (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/minzip/ |
D | Zip.h | 32 typedef struct ZipEntry { struct 43 } ZipEntry; argument 50 ZipEntry* pEntries; 85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive, 88 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) { in mzGetZipEntryOffset() 91 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) { in mzGetZipEntryUncompLen() 113 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, 119 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, 126 const ZipEntry *pEntry, int fd); 133 const ZipEntry *pEntry, unsigned char* buffer);
|
D | Zip.c | 91 static void dumpEntry(const ZipEntry* pEntry) 106 const ZipEntry* entry1 = (const ZipEntry*) ventry1; in hashcmpZipEntry() 107 const ZipEntry* entry2 = (const ZipEntry*) ventry2; in hashcmpZipEntry() 121 const ZipEntry* entry = (const ZipEntry*) ventry; in hashcmpZipName() 146 static void addEntryToHashTable(HashTable* pHash, ZipEntry* pEntry) in addEntryToHashTable() 149 const ZipEntry* found; in addEntryToHashTable() 151 found = (const ZipEntry*)mzHashTableLookup(pHash, in addEntryToHashTable() 243 pArchive->pEntries = (ZipEntry*) calloc(numEntries, sizeof(ZipEntry)); in parseZipArchive() 250 ZipEntry* pEntry; in parseZipArchive() 321 (i - target) * sizeof(ZipEntry)); in parseZipArchive() [all …]
|
/bootable/recovery/updater/ |
D | updater.c | 86 const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME); in main()
|
D | blockimg.c | 247 const ZipEntry* entry; 1530 const ZipEntry* new_entry = NULL; in PerformBlockImageUpdate() 1531 const ZipEntry* patch_entry = NULL; in PerformBlockImageUpdate()
|
D | install.c | 531 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn() 563 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn()
|
/bootable/recovery/ |
D | install.cpp | 52 const ZipEntry* binary_entry = in try_update_binary()
|