Searched refs:mUncompressedSize (Results 1 – 2 of 2) sorted by relevance
67 off_t getUncompressedLen(void) const { return mCDE.mUncompressedSize; } in getUncompressedLen()230 mUncompressedSize(0), in LocalFileHeader()252 unsigned long mUncompressedSize; variable281 mUncompressedSize(0), in CentralDirEntry()313 unsigned long mUncompressedSize; variable
226 mLFH.mUncompressedSize = mCDE.mUncompressedSize; in copyCDEtoLFH()248 mCDE.mUncompressedSize = uncompLen; in setDataInfo()293 if (mCDE.mUncompressedSize != mLFH.mUncompressedSize) { in compareHeaders()411 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()464 ZipEntry::putLongLE(&buf[0x16], mUncompressedSize); in write()498 mCompressedSize, mUncompressedSize); in dump()548 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()623 ZipEntry::putLongLE(&buf[0x18], mUncompressedSize); in write()667 mCompressedSize, mUncompressedSize); in dump()702 mUncompressedSize = src.mUncompressedSize; in operator =()