Home
last modified time | relevance | path

Searched refs:ZipEntry (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.h25 typedef struct ZipEntry { struct
36 } ZipEntry; argument
44 ZipEntry* pEntries;
78 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
91 INLINE const ZipEntry*
104 mzGetZipEntryIndex(const ZipArchive *pArchive, const ZipEntry *pEntry) { in mzGetZipEntryIndex()
111 INLINE UnterminatedString mzGetZipEntryFileName(const ZipEntry* pEntry) { in mzGetZipEntryFileName()
117 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) { in mzGetZipEntryOffset()
120 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) { in mzGetZipEntryUncompLen()
123 INLINE long mzGetZipEntryModTime(const ZipEntry* pEntry) { in mzGetZipEntryModTime()
[all …]
H A DZip.c91 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 …]
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.h23 typedef struct ZipEntry { struct
34 } ZipEntry; argument
42 ZipEntry* pEntries;
76 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
90 INLINE const ZipEntry*
103 mzGetZipEntryIndex(const ZipArchive *pArchive, const ZipEntry *pEntry) in mzGetZipEntryIndex()
111 INLINE UnterminatedString mzGetZipEntryFileName(const ZipEntry* pEntry) in mzGetZipEntryFileName()
118 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) in mzGetZipEntryOffset()
122 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) in mzGetZipEntryUncompLen()
126 INLINE long mzGetZipEntryModTime(const ZipEntry* pEntry) in mzGetZipEntryModTime()
[all …]
H A DZip.c91 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 …]