Home
last modified time | relevance | path

Searched refs:nMaxBytesToRead (Results 1 – 25 of 90) sorted by relevance

1234

/trunk/main/io/source/stm/
H A Domark.cxx515 virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)
657 …l_Int32 OMarkableInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
668 nBytesRead = m_input->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
674 sal_Int32 nAdditionalBytesToRead = Min(nMaxBytesToRead-nInBuffer,m_input->available()); in readSomeBytes()
679 nRead = m_input->readSomeBytes( aData , nMaxBytesToRead ); in readSomeBytes()
701 nBytesRead = Min( nMaxBytesToRead , nInBuffer + nRead ); in readSomeBytes()
H A Dopipe.cxx72 virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)
202 sal_Int32 OPipeImpl::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
218 sal_Int32 nSize = Min( nMaxBytesToRead , m_pFIFO->getSize() ); in readSomeBytes()
H A Dodata.cxx86 virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)
161 sal_Int32 ODataInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
168 nRead = m_input->readSomeBytes( aData , nMaxBytesToRead ); in readSomeBytes()
1328 virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
1332 { return ODataInputStream::readSomeBytes( aData, nMaxBytesToRead ); } in readSomeBytes()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx334 sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
341 && nMaxBytesToRead > 0) in readSomeBytes()
343 rData.realloc(nMaxBytesToRead); in readSomeBytes()
345 if (nMaxBytesToRead > 0) in readSomeBytes()
352 nMaxBytesToRead < 0 ? in readSomeBytes()
353 0 : nMaxBytesToRead, in readSomeBytes()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamImpl.java70 …public int readSomeBytes( /*OUT*/byte[][] aData, /*IN*/int nMaxBytesToRead ) throws com.sun.star.i… in readSomeBytes() argument
72 int bytesToRead = nMaxBytesToRead; in readSomeBytes()
74 if ( 0 < availableBytes && availableBytes < nMaxBytesToRead ) in readSomeBytes()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx60 Sequence< sal_Int8 > & rData, sal_Int32 nMaxBytesToRead )
86 Sequence< sal_Int8 > & rData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
89 return readBytes( rData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/oox/source/helper/
H A Dtextinputstream.cxx57 … virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead )
87 …_CALL UnoBinaryInputStream::readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
91 return mpInStrm->readData( rData, nMaxBytesToRead, 1 ); in readSomeBytes()
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl101 <var>nMaxBytesToRead</var>.
109 but no more than nMaxBytesToRead, bytes.
111 @param nMaxBytesToRead The maximum number of bytes to be read from this
116 [in] long nMaxBytesToRead )
/trunk/main/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx82 …apper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) throw( stari… in readSomeBytes() argument
87 if (nMaxBytesToRead < 0) in readSomeBytes()
98 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
H A Dmemorystream.cxx61 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )…
130 …OMemoryStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw (NotC… in readSomeBytes() argument
132 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
H A Dseqinputstreamserv.cxx67 …CALL readSomeBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nMaxBytesToRead ) throw ( uno…
147 …ice::readSomeBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nMaxBytesToRead ) throw ( uno… in readSomeBytes() argument
153 return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx92 …apper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) throw( stari… in readSomeBytes() argument
96 if (nMaxBytesToRead < 0) in readSomeBytes()
105 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx111 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )
403 sal_Int32 OTextInputStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
406 return mxStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/extensions/workben/
H A Dtestpgp.cxx100 Sequence<sal_Int8> &rData, sal_Int32 nMaxBytesToRead)
297 Sequence<sal_Int8> &rData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
300 return readBytes (rData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_inputstream.cxx101 … SAL_CALL InputStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
105 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/package/source/xstor/
H A Dselfterminatefilestream.cxx88 …fTerminateFileStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
94 return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx99 sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
105 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
/trunk/main/package/source/package/zippackage/
H A DZipPackageBuffer.cxx60 …SAL_CALL ZipPackageBuffer::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
63 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/udkapi/com/sun/star/connection/
H A DXConnection2.idl51 max <var>nMaxBytesToRead</var> but at least 1 byte.
54 long readSomeBytes([out] sequence<byte> aData, [in] long nMaxBytesToRead)
/trunk/main/toolkit/source/helper/
H A Dunomemorystream.cxx63 …Bytes( ::com::sun::star::uno::Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead ) throw(::com… in readSomeBytes() argument
70 return readBytes( rData, std::min( nMaxBytesToRead , nAvailable ) ); in readSomeBytes()
/trunk/main/connectivity/source/drivers/jdbc/
H A DInputStream.cxx56 …Bytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw(::com… in readSomeBytes() argument
58 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
H A DReader.cxx55 …Bytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw(::com… in readSomeBytes() argument
57 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dbufferedinputstream.cxx151 Sequence< sal_Int8 >& aData,sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
157 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
H A Dinputstream.cxx117 sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
123 return readBytes( aData,nMaxBytesToRead ); in readSomeBytes()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx117 ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
124 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()

Completed in 60 milliseconds

1234