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
228 mLFH.mUncompressedSize = mCDE.mUncompressedSize; in copyCDEtoLFH()250 mCDE.mUncompressedSize = uncompLen; in setDataInfo()295 if (mCDE.mUncompressedSize != mLFH.mUncompressedSize) { in compareHeaders()400 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()453 ZipEntry::putLongLE(&buf[0x16], mUncompressedSize); in write()487 mCompressedSize, mUncompressedSize); in dump()537 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()612 ZipEntry::putLongLE(&buf[0x18], mUncompressedSize); in write()656 mCompressedSize, mUncompressedSize); in dump()691 mUncompressedSize = src.mUncompressedSize; in operator =()