Searched defs:nToRead (Results 1 – 7 of 7) sorted by relevance
194 sal_Int32 nToRead = nRequestedBytes - nHeadRead; in readBytes() local256 … sal_Int32 nToRead = std::max( nRequestedBytes, static_cast< sal_Int32 >( 8192 ) ); in readBytes() local
862 const sal_Int32 nToRead = 32000; in recover() local
108 sal_uLong nToRead; in Create() local
368 sal_uInt32 nToRead = ( nDataSize - nRead > 32000 ) ? 32000 : nDataSize - nRead; in ReadContentsAndGenerateTempFile() local
619 sal_Int32 nToRead = nBytesToRead - ( m_pBuffer->getSize() - m_nCurrentPos ); in readBytes() local
1023 size_t nToRead = std::min( (size_t)0x8000, nRemains ); in oslDoCopyFile() local
971 sal_Int32 nToRead = mnScansize - (mpScanCurrent - mpInflateInBuf); in ImplReadIDAT() local
Completed in 71 milliseconds