Searched refs:nCompressedSize (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/package/source/package/zipapi/ |
| H A D | ZipFile.cxx | 502 sal_Int32 nSize = rEntry.nMethod == DEFLATED ? rEntry.nCompressedSize : rEntry.nSize; in hasValidPassword() 694 sal_Int32 nTestSig, nTime, nCRC, nSize, nCompressedSize; in readLOC() local 708 aGrabber >> nCompressedSize; in readLOC() 753 if ( ( nCRC | nCompressedSize | nSize ) != 0 ) in readLOC() 757 aGrabber.seek( rEntry.nFileDataOffset + rEntry.nCompressedSize ); in readLOC() 767 if ( n32 != rEntry.nCompressedSize ) in readLOC() 904 aMemGrabber >> aEntry.nCompressedSize; // compressed size in readCEN() 906 if ( aEntry.nMethod == STORED && ( aEntry.nCompressedSize != aEntry.nSize ) ) in readCEN() 998 nPos += aIt->second.nCompressedSize; in readCEN() 1075 aMemGrabber >> aEntry.nCompressedSize; in recover() [all …]
|
| H A D | ZipOutputStream.cxx | 95 if (rEntry.nSize == -1 || rEntry.nCompressedSize == -1 || in putNextEntry() 98 rEntry.nSize = rEntry.nCompressedSize = 0; in putNextEntry() 136 if (pEntry->nCompressedSize != aDeflater.getTotalOut()) in closeEntry() 141 pEntry->nCompressedSize = aDeflater.getTotalOut(); in closeEntry() 153 pEntry->nCompressedSize = aDeflater.getTotalOut(); in closeEntry() 274 pCurrentEntry->nCompressedSize += aEncryptionBuffer.getLength(); in doDeflate() 275 pCurrentEntry->nSize = pCurrentEntry->nCompressedSize; in doDeflate() 292 pCurrentEntry->nCompressedSize += aEncryptionBuffer.getLength(); in doDeflate() 293 pCurrentEntry->nSize = pCurrentEntry->nCompressedSize; in doDeflate() 338 aChucker << rEntry.nCompressedSize; in writeCEN() [all …]
|
| H A D | XUnbufferedStream.cxx | 86 mnZipSize = maEntry.nMethod == DEFLATED ? maEntry.nCompressedSize : maEntry.nSize; in XUnbufferedStream() 92 …mnZipEnd = maEntry.nMethod == DEFLATED ? maEntry.nFileDataOffset + maEntry.nCompressedSize : maEnt… in XUnbufferedStream()
|
| /trunk/main/svx/source/gallery2/ |
| H A D | codec.cxx | 113 sal_uInt32 nCompressedSize, nUnCompressedSize; in Read() local 116 rStm >> nUnCompressedSize >> nCompressedSize; in Read() 121 …uInt8* pCompressedBuffer = new sal_uInt8[ nCompressedSize ]; rStm.Read( pCompressedBuffer, nComp… in Read()
|
| /trunk/main/package/source/package/zippackage/ |
| H A D | ZipPackageFolder.cxx | 76 aEntry.nCompressedSize = 0; in ZipPackageFolder() 179 rDest.nCompressedSize = rSource.nCompressedSize; in copyZipEntry() 304 rEntry.nCompressedSize = rEntry.nSize = aCRC32.updateStream ( rStream ); in ImplSetStoredData() 452 pTempEntry->nSize = pTempEntry->nCompressedSize; in saveChild() 598 pTempEntry->nCrc = pTempEntry->nCompressedSize = pTempEntry->nSize = -1; in saveChild()
|
| H A D | ZipPackageStream.cxx | 97 aEntry.nCompressedSize = -1; in ZipPackageStream() 122 aEntry.nCompressedSize = rInEntry.nCompressedSize; in setZipEntryOnLoading() 921 if ( aEntry.nCompressedSize != nNewSize ) in setSize()
|
| H A D | ZipPackage.cxx | 1015 pEntry->nSize = pEntry->nCompressedSize = nBufferLength; in WriteMimetypeMagicFile() 1052 pEntry->nCrc = pEntry->nSize = pEntry->nCompressedSize = -1; in WriteManifest() 1097 pEntry->nCrc = pEntry->nSize = pEntry->nCompressedSize = -1; in WriteContentTypes()
|
| /trunk/main/package/inc/ |
| H A D | ZipEntry.hxx | 42 sal_Int32 nCompressedSize; member 66 nCompressedSize(0), in ZipEntry()
|
| H A D | ZipFile.hxx | 100 …void getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCR…
|
| /trunk/main/offapi/com/sun/star/packages/zip/ |
| H A D | ZipEntry.idl | 81 long nCompressedSize;
|