Searched refs:nReadBytes (Results 1 – 4 of 4) sorted by relevance
238 sal_Int32 nReadBytes = 0; in readData() local243 if( nReadBytes > 0 ) in readData()245 mnPos += nReadBytes; in readData()248 return nReadBytes; in readData()253 sal_Int32 nReadBytes = 0; in readMemory() local257 if( nReadBytes > 0 ) in readMemory()259 mnPos += nReadBytes; in readMemory()262 return nReadBytes; in readMemory()316 sal_Int32 nReadBytes = 0; in readData() local324 return nReadBytes; in readData()[all …]
100 sal_Int32 nReadBytes = ::std::min( nBytes, nChunkLeft ); in readMemory() local101 memcpy( opnMem, &*(maChunk.begin() + mnChunkPos), nReadBytes ); in readMemory()102 opnMem += nReadBytes; in readMemory()103 mnChunkPos += static_cast< size_t >( nReadBytes ); in readMemory()104 nBytes -= nReadBytes; in readMemory()105 nRet += nReadBytes; in readMemory()
145 sal_uInt32 nReadBytes = 0; in copyXTempOutToIStream() local150 nReadBytes = xTempIn->readBytes( aBuffer, nConstBufferSize ); in copyXTempOutToIStream()158 HRESULT hr = pStream->Write( (void*)aBuffer.getArray(), nReadBytes, &nWritten ); in copyXTempOutToIStream()159 if ( !SUCCEEDED( hr ) || nWritten != nReadBytes ) in copyXTempOutToIStream()162 } while( nReadBytes == nConstBufferSize ); in copyXTempOutToIStream()
1856 sal_Int32 nReadBytes = 0, nRequestedBytes = 32768 /*32k*/; in write() local1863 nReadBytes = aInputStream->readBytes( seq, in write()1888 if( nReadBytes ) in write()1893 sal_uInt64( nReadBytes ), in write()1904 else if( nWrittenBytes != sal_uInt64( nReadBytes ) ) in write()1912 } while( nReadBytes == nRequestedBytes ); in write()
Completed in 47 milliseconds