Searched refs:ZipEntry (Results 1 – 5 of 5) sorted by relevance
32 typedef struct ZipEntry { struct43 } ZipEntry; argument51 ZipEntry* pEntries;85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,98 INLINE const ZipEntry*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()[all …]
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 …]
77 const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME); in main()
395 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn()427 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn()
51 const ZipEntry* binary_entry = in try_update_binary()