Searched refs:nRequestedBytes (Results 1 – 2 of 2) sorted by relevance
172 sal_Int32 nRequestedBytes = nBytesToRead; in readBytes() local174 if ( mnMyCurrent + nRequestedBytes > mnZipSize + maHeader.getLength() ) in readBytes()178 aData.realloc ( nRequestedBytes ); in readBytes()179 if ( nRequestedBytes ) in readBytes()187 sal_Int16 nHeadRead = static_cast< sal_Int16 >(( nRequestedBytes > mnHeaderToRead ? in readBytes()192 if ( nHeadRead < nRequestedBytes ) in readBytes()194 sal_Int32 nToRead = nRequestedBytes - nHeadRead; in readBytes()222 static_cast < sal_Int32 > ( nDiff < nRequestedBytes ? nDiff : nRequestedBytes ) ); in readBytes()234 ( nRead + nLastRead != nRequestedBytes && mnZipCurrent < mnZipEnd ) ) in readBytes()238 if ( nRead > nRequestedBytes ) in readBytes()[all …]
1856 sal_Int32 nReadBytes = 0, nRequestedBytes = 32768 /*32k*/; in write() local1857 uno::Sequence< sal_Int8 > seq( nRequestedBytes ); in write()1864 nRequestedBytes ); in write()1912 } while( nReadBytes == nRequestedBytes ); in write()
Completed in 35 milliseconds