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()
170 _ZipEntryRO* ze = reinterpret_cast<_ZipEntryRO*>(cookie); in nextEntry()
185 delete reinterpret_cast<_ZipEntryRO*>(cookie); in endIteration()
190 delete reinterpret_cast<_ZipEntryRO*>(entry); in releaseEntry()
199 const _ZipEntryRO* zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in getEntryFileName()
218 const _ZipEntryRO *zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in createEntryFileMap()
246 _ZipEntryRO *zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in uncompressEntry()
264 _ZipEntryRO *zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in uncompressEntry()