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.cxx462 … virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead);
583 …l_Int32 OMarkableInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
591 nBytesRead = m_input->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
597 sal_Int32 nAdditionalBytesToRead = Min(nMaxBytesToRead-nInBuffer,m_input->available()); in readSomeBytes()
602 nRead = m_input->readSomeBytes( aData , nMaxBytesToRead ); in readSomeBytes()
624 nBytesRead = Min( nMaxBytesToRead , nInBuffer + nRead ); in readSomeBytes()
H A Dopipe.cxx69 … virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead);
177 sal_Int32 OPipeImpl::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
190 sal_Int32 nSize = Min( nMaxBytesToRead , m_pFIFO->getSize() ); in readSomeBytes()
H A Dodata.cxx83 … virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead);
147 sal_Int32 ODataInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
151 nRead = m_input->readSomeBytes( aData , nMaxBytesToRead ); in readSomeBytes()
1239 virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
1240 { return ODataInputStream::readSomeBytes( aData, nMaxBytesToRead ); } in readSomeBytes()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx332 sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
338 && nMaxBytesToRead > 0) in readSomeBytes()
340 rData.realloc(nMaxBytesToRead); in readSomeBytes()
342 if (nMaxBytesToRead > 0) in readSomeBytes()
349 nMaxBytesToRead < 0 ? in readSomeBytes()
350 0 : nMaxBytesToRead, in readSomeBytes()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx59 Sequence< sal_Int8 > & rData, sal_Int32 nMaxBytesToRead );
80 Sequence< sal_Int8 > & rData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
82 return readBytes( rData, 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/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx81 …LInputStreamWrapper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
86 if (nMaxBytesToRead < 0) in readSomeBytes()
97 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
H A Dmemorystream.cxx61 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead );
130 …2 SAL_CALL UNOMemoryStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
132 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
H A Dseqinputstreamserv.cxx67 …l_Int32 SAL_CALL readSomeBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nMaxBytesToRead );
147 …putStreamService::readSomeBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
153 return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/oox/source/helper/
H A Dtextinputstream.cxx56 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead );
81 …_CALL UnoBinaryInputStream::readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
84 return mpInStrm->readData( rData, nMaxBytesToRead, 1 ); in readSomeBytes()
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl99 <var>nMaxBytesToRead</var>.
107 but no more than nMaxBytesToRead, bytes.
109 @param nMaxBytesToRead The maximum number of bytes to be read from this
114 [in] long nMaxBytesToRead )
/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx91 …OInputStreamWrapper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
95 if (nMaxBytesToRead < 0) in readSomeBytes()
104 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx106 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead );
385 sal_Int32 OTextInputStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
387 return mxStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/extensions/workben/
H A Dtestpgp.cxx97 Sequence<sal_Int8> &rData, sal_Int32 nMaxBytesToRead);
276 Sequence<sal_Int8> &rData, sal_Int32 nMaxBytesToRead) in readSomeBytes() argument
278 return readBytes (rData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/package/source/xstor/
H A Dselfterminatefilestream.cxx84 …lfTerminateFileStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
86 return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_inputstream.cxx95 … SAL_CALL InputStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
97 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/connectivity/source/drivers/jdbc/
H A DInputStream.cxx56 …eam::readSomeBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
58 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
H A DReader.cxx55 …der::readSomeBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
57 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
/trunk/main/toolkit/source/helper/
H A Dunomemorystream.cxx63 …eam::readSomeBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
70 return readBytes( rData, std::min( nMaxBytesToRead , nAvailable ) ); in readSomeBytes()
/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx195 …empFileService::readSomeBytes( ::css::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
204 if (nMaxBytesToRead < 0) in readSomeBytes()
213 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx95 sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
97 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx112 ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
115 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/package/source/package/zippackage/
H A DZipPackageBuffer.cxx59 … SAL_CALL ZipPackageBuffer::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
61 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/package/source/package/zipapi/
H A DMemoryByteGrabber.hxx66 sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
68 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dbufferedinputstream.cxx147 Sequence< sal_Int8 >& aData,sal_Int32 nMaxBytesToRead ) in readSomeBytes() argument
149 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()

1234