Searched defs:ZipEntry (Results 1 - 1 of 1) sorted by path

/bootable/recovery/minzip/
H A DZip.h32 typedef struct ZipEntry { struct
43 } ZipEntry; typedef in typeref:struct:ZipEntry
50 ZipEntry* pEntries;
51 HashTable* pHash; // maps file name to ZipEntry
85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
98 INLINE const ZipEntry*
111 mzGetZipEntryIndex(const ZipArchive *pArchive, const ZipEntry *pEntry) {
118 INLINE UnterminatedString mzGetZipEntryFileName(const ZipEntry* pEntry) {
124 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) {
127 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntr
[all...]

Completed in 51 milliseconds