Home
last modified time | relevance | path

Searched refs:nRequestedBytes (Results 1 – 2 of 2) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx172 sal_Int32 nRequestedBytes = nBytesToRead; in readBytes() local
174 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 …]
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1856 sal_Int32 nReadBytes = 0, nRequestedBytes = 32768 /*32k*/; in write() local
1857 uno::Sequence< sal_Int8 > seq( nRequestedBytes ); in write()
1864 nRequestedBytes ); in write()
1912 } while( nReadBytes == nRequestedBytes ); in write()

Completed in 32 milliseconds