Lines Matching refs:_ZipEntryRO
39 class _ZipEntryRO { class
45 _ZipEntryRO() : cookie(NULL) {} in _ZipEntryRO() function in _ZipEntryRO
47 ~_ZipEntryRO() { in ~_ZipEntryRO()
52 _ZipEntryRO(const _ZipEntryRO& other);
53 _ZipEntryRO& operator=(const _ZipEntryRO& other);
97 _ZipEntryRO* data = new _ZipEntryRO; in findEntryByName()
120 const _ZipEntryRO* zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in getEntryInfo()
151 _ZipEntryRO* ze = new _ZipEntryRO; in startIteration()
167 _ZipEntryRO* ze = reinterpret_cast<_ZipEntryRO*>(cookie); in nextEntry()
182 delete reinterpret_cast<_ZipEntryRO*>(cookie); in endIteration()
187 delete reinterpret_cast<_ZipEntryRO*>(entry); in releaseEntry()
196 const _ZipEntryRO* zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in getEntryFileName()
215 const _ZipEntryRO *zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in createEntryFileMap()
243 _ZipEntryRO *zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in uncompressEntry()
261 _ZipEntryRO *zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in uncompressEntry()