Home | History | Annotate | Download | only in minzip

Lines Matching defs:ZipEntry

32 typedef struct ZipEntry {
43 } ZipEntry;
50 ZipEntry* pEntries;
51 HashTable* pHash; // maps file name to ZipEntry
85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
88 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) {
91 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) {
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);