Lines Matching refs:sal_Int32

201 								sal_Int32 nSize,  in StaticFillHeader()
222 sal_Int32 nIterationCount = rData->m_nIterationCount; in StaticFillHeader()
235 sal_Int32 nEncAlgID = rData->m_nEncAlg; in StaticFillHeader()
242 sal_Int32 nChecksumAlgID = rData->m_nCheckAlg; in StaticFillHeader()
249 sal_Int32 nDerivedKeySize = rData->m_nDerivedKeySize; in StaticFillHeader()
256 sal_Int32 nKeyAlgID = rData->m_nStartKeyGenID; in StaticFillHeader()
296 sal_Int32 &rEncAlg, in StaticFillData()
297 sal_Int32 &rChecksumAlg, in StaticFillData()
298 sal_Int32 &rDerivedKeySize, in StaticFillData()
299 sal_Int32 &rStartKeyGenID, in StaticFillData()
300 sal_Int32 &rSize, in StaticFillData()
305 const sal_Int32 nHeaderSize = n_ConstHeaderSize - 4; in StaticFillData()
315 sal_Int32 nCount = pBuffer[nPos++] & 0xFF; in StaticFillData()
406 sal_Int32 nSize = sal::static_int_cast< sal_Int32 >( xSeek->getLength() ); in StaticGetDataFromRawStream()
432 sal_Int32* pPointer = *( (sal_Int32**)&aSequence );
433 sal_Int32 nSize = *( pPointer + 1 );
434 sal_Int32 nMemSize = *( pPointer - 2 );
435 sal_Int32 nUsedMemSize = ( nSize + 4 * sizeof( sal_Int32 ) );
465 sal_Int32 nOldLen = aDecryptBuffer.getLength(); in StaticHasValidPassword()
502 sal_Int32 nSize = rEntry.nMethod == DEFLATED ? rEntry.nCompressedSize : rEntry.nSize; in hasValidPassword()
646 sal_Int32 nTestSig, nTime, nCRC, nSize, nCompressedSize; in readLOC()
648 sal_Int32 nPos = -rEntry.nOffset; in readLOC()
664 rEntry.nOffset = static_cast < sal_Int32 > (aGrabber.getPosition()) + nPathLen + nExtraLen; in readLOC()
668 sal_Int32 nRead = aGrabber.readBytes( aNameBuffer, nPathLen ); in readLOC()
696 sal_Int32 ZipFile::findEND( ) in findEND()
700 sal_Int32 nLength, nPos, nEnd; in findEND()
704 nLength = static_cast <sal_Int32 > (aGrabber.getLength()); in findEND()
738 sal_Int32 ZipFile::readCEN() in readCEN()
742 sal_Int32 nCenLen, nCenPos = -1, nCenOff, nEndPos, nLocPos; in readCEN()
779 sal_Int32 nTestSig; in readCEN()
845 sal_Int32 ZipFile::recover() in recover()
850 sal_Int32 nLength; in recover()
852 Sequence < sal_Int32 > aHeaderOffsets; in recover()
856 nLength = static_cast <sal_Int32 > (aGrabber.getLength()); in recover()
862 const sal_Int32 nToRead = 32000; in recover()
863 … for( sal_Int32 nGenPos = 0; aGrabber.readBytes( aBuffer, nToRead ) && aBuffer.getLength() > 16; ) in recover()
866 sal_Int32 nBufSize = aBuffer.getLength(); in recover()
868 sal_Int32 nPos = 0; in recover()
895 sal_Int32 nDescrLength = in recover()
908 sal_Int32 nDataSize = ( aEntry.nMethod == DEFLATED ) ? aEntry.nCompressedSize : aEntry.nSize; in recover()
909 sal_Int32 nBlockLength = nDataSize + aEntry.nPathLen + aEntry.nExtraLen + 30 + nDescrLength; in recover()
948 sal_Int32 nCompressedSize, nSize, nCRC32; in recover()
961 sal_Int32 nStreamOffset = nGenPos + nPos - nCompressedSize; in recover()
969 sal_Int32 nRealSize = 0, nRealCRC = 0; in recover()
986 sal_Int32 nRealStreamSize = nGenPos + nPos - (*aIter).second.nOffset; in recover()
1024 sal_Int32 nSize = 0, nCRC = 0; in checkSizeAndCRC()
1033 sal_Int32 ZipFile::getCRC( sal_Int32 nOffset, sal_Int32 nSize ) in getCRC()
1039 sal_Int32 nBlockSize = ::std::min( nSize, static_cast< sal_Int32 >( 32000 ) ); in getCRC()
1052 void ZipFile::getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_In… in getSizeAndCRC()
1058 sal_Int32 nRealSize = 0; in getSizeAndCRC()
1060 sal_Int32 nBlockSize = ::std::min( nCompressedSize, static_cast< sal_Int32 >( 32000 ) ); in getSizeAndCRC()
1068 sal_Int32 nLastInflated = 0; in getSizeAndCRC()
1069 sal_Int32 nInBlock = 0; in getSizeAndCRC()