Home
last modified time | relevance | path

Searched refs:nReadBytes (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1856 sal_Int32 nReadBytes = 0, nRequestedBytes = 32768 /*32k*/; in write() local
1863 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()
/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx100 sal_Int32 nReadBytes = ::std::min( nBytes, nChunkLeft ); in readMemory() local
101 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()
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx238 sal_Int32 nReadBytes = 0; in readData() local
243 if( nReadBytes > 0 ) in readData()
245 mnPos += nReadBytes; in readData()
248 return nReadBytes; in readData()
253 sal_Int32 nReadBytes = 0; in readMemory() local
257 if( nReadBytes > 0 ) in readMemory()
259 mnPos += nReadBytes; in readMemory()
262 return nReadBytes; in readMemory()
316 sal_Int32 nReadBytes = 0; in readData() local
324 return nReadBytes; in readData()
[all …]
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx145 sal_uInt32 nReadBytes = 0; in copyXTempOutToIStream() local
150 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()

Completed in 41 milliseconds