Searched refs:nCompressedSize (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/package/source/zipapi/ |
H A D | ZipFile.cxx | 646 sal_Int32 nTestSig, nTime, nCRC, nSize, nCompressedSize; in readLOC() local 660 aGrabber >> nCompressedSize; in readLOC() 802 aMemGrabber >> aEntry.nCompressedSize; in readCEN() 890 aMemGrabber >> aEntry.nCompressedSize; in recover() 902 if ( aEntry.nCompressedSize < 0 ) aEntry.nCompressedSize = 0x7FFFFFFF; in recover() 934 aEntry.nCompressedSize = 0; in recover() 948 sal_Int32 nCompressedSize, nSize, nCRC32; in recover() local 951 aMemGrabber >> nCompressedSize; in recover() 962 …if ( nStreamOffset == (*aIter).second.nOffset && nCompressedSize > (*aIter).second.nCompressedSize… in recover() 977 (*aIter).second.nCompressedSize = 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() 293 pCurrentEntry->nSize = pCurrentEntry->nCompressedSize; in doDeflate() 338 aChucker << rEntry.nCompressedSize; in writeCEN() 356 aChucker << rEntry.nCompressedSize; in writeEXT() [all …]
|
H A D | XUnbufferedStream.cxx | 86 mnZipSize = maEntry.nMethod == DEFLATED ? maEntry.nCompressedSize : maEntry.nSize; in XUnbufferedStream() 92 …mnZipEnd = maEntry.nMethod == DEFLATED ? maEntry.nOffset + maEntry.nCompressedSize : maEntry.nOffs… in XUnbufferedStream()
|
/aoo4110/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()
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackageFolder.cxx | 76 aEntry.nCompressedSize = 0; in ZipPackageFolder() 177 rDest.nCompressedSize = rSource.nCompressedSize; in copyZipEntry() 299 rEntry.nCompressedSize = rEntry.nSize = aCRC32.updateStream ( rStream ); in ImplSetStoredData() 447 pTempEntry->nSize = pTempEntry->nCompressedSize; in saveChild() 593 pTempEntry->nCrc = pTempEntry->nCompressedSize = pTempEntry->nSize = -1; in saveChild()
|
H A D | ZipPackageStream.cxx | 97 aEntry.nCompressedSize = -1; in ZipPackageStream() 119 aEntry.nCompressedSize = rInEntry.nCompressedSize; in setZipEntryOnLoading() 915 if ( aEntry.nCompressedSize != nNewSize ) in setSize()
|
H A D | ZipPackage.cxx | 1010 pEntry->nSize = pEntry->nCompressedSize = nBufferLength; in WriteMimetypeMagicFile() 1047 pEntry->nCrc = pEntry->nSize = pEntry->nCompressedSize = -1; in WriteManifest() 1092 pEntry->nCrc = pEntry->nSize = pEntry->nCompressedSize = -1; in WriteContentTypes()
|
/aoo4110/main/package/inc/ |
H A D | ZipEntry.hxx | 35 sal_Int32 nCompressedSize; member
|
H A D | ZipFile.hxx | 100 …void getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCR…
|
/aoo4110/main/offapi/com/sun/star/packages/zip/ |
H A D | ZipEntry.idl | 81 long nCompressedSize;
|
Completed in 68 milliseconds