Home
last modified time | relevance | path

Searched refs:nBytesToRead (Results 26 – 50 of 111) sorted by relevance

12345

/trunk/main/connectivity/source/drivers/jdbc/
H A DInputStream.cxx78 …dBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw(::com::… in readBytes() argument
80 if (nBytesToRead < 0) in readBytes()
87 jbyteArray pByteArray = t.pEnv->NewByteArray(nBytesToRead); in readBytes()
93 out = t.pEnv->CallIntMethod( object, mID, pByteArray, 0, nBytesToRead ); in readBytes()
H A DReader.cxx89 …dBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw(::com::… in readBytes() argument
91 OSL_ENSURE(aData.getLength() < nBytesToRead," Sequence is smaller than BytesToRead"); in readBytes()
96 jcharArray pCharArray = t.pEnv->NewCharArray(nBytesToRead); in readBytes()
102 out = t.pEnv->CallIntMethod( object, mID, pCharArray, 0, nBytesToRead ); in readBytes()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx90 sal_Int32 nBytesToRead ) in readBytes() argument
99 aData.realloc(nBytesToRead); in readBytes()
104 m_aFile.read( aData.getArray(),sal_uInt64(nBytesToRead),nrc ); in readBytes()
109 if (nrc != sal::static_int_cast<sal_uInt64>( nBytesToRead) ) in readBytes()
/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx169 …CALL OTempFileService::readBytes( ::css::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes() argument
177 if (nBytesToRead < 0) in readBytes()
180 aData.realloc(nBytesToRead); in readBytes()
182 sal_uInt32 nRead = mpStream->Read(static_cast < void* > ( aData.getArray() ), nBytesToRead); in readBytes()
185 if (nRead < static_cast < sal_uInt32 > ( nBytesToRead ) ) in readBytes()
188 if ( sal::static_int_cast<sal_uInt32>(nBytesToRead) > nRead ) in readBytes()
/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx82 sal_Int32 nBytesToRead )
201 sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() argument
209 if( aReadBytes.getLength() != nBytesToRead ) in read()
211 aReadBytes.realloc( nBytesToRead ); in read()
217 if(i != nBytesToRead) in read()
/trunk/main/ucb/source/ucp/file/
H A Dfilinpstr.cxx143 sal_Int32 nBytesToRead ) in readBytes() argument
151 aData.realloc(nBytesToRead); in readBytes()
156 if(m_aFile.read( aData.getArray(),sal_uInt64(nBytesToRead),nrc ) in readBytes()
163 if (sal::static_int_cast<sal_Int32>(nrc) != nBytesToRead) in readBytes()
H A Dfilstr.cxx200 sal_Int32 nBytesToRead ) in readBytes() argument
212 buffer = new sal_Int8[nBytesToRead]; in readBytes()
221 if(m_aFile.read( (void* )buffer,sal_uInt64(nBytesToRead),nrc ) in readBytes()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java135 …public int read(/*OUT*/byte[][] bytes, int nBytesToRead) throws com.sun.star.io.IOException, com.s… in read() argument
145 bytes[0] = new byte[nBytesToRead]; in read()
151 count = _inputStream.read(bytes[0], read_bytes, nBytesToRead - read_bytes); in read()
157 while(read_bytes >= 0 && read_bytes < nBytesToRead && count >= 0); in read()
/trunk/main/io/source/connector/
H A Dctr_socket.cxx127 sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() argument
135 if( aReadBytes.getLength() != nBytesToRead ) in read()
137 aReadBytes.realloc( nBytesToRead ); in read()
141 if(i != nBytesToRead && m_socket.getError() != osl_Socket_E_None) in read()
H A Dctr_pipe.cxx56 sal_Int32 PipeConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() argument
62 if( aReadBytes.getLength() != nBytesToRead ) in read()
64 aReadBytes.realloc( nBytesToRead ); in read()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx294 sal_Int32 nBytesToRead) in readBytes() argument
301 nBytesToRead < 0 || in readBytes()
304 nBytesToRead > 0 in readBytes()
310 rData.realloc(nBytesToRead); in readBytes()
312 while (nSize < nBytesToRead) in readBytes()
318 nBytesToRead - nSize, &nCount); in readBytes()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_inputstream.cxx77 sal_Int32 SAL_CALL InputStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead in readBytes() argument
86 aData.realloc( nBytesToRead ); in readBytes()
95 …if (!g_input_stream_read_all(G_INPUT_STREAM(mpStream), aData.getArray(), nBytesToRead, &nBytesRead… in readBytes()
/trunk/main/toolkit/source/helper/
H A Dunomemorystream.cxx49 …dBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& rData, sal_Int32 nBytesToRead ) throw(::com::… in readBytes() argument
54 if ( nRead > nBytesToRead ) in readBytes()
55 nRead = nBytesToRead; in readBytes()
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx64 const sal_uInt32 nBytesToRead = 65535; in XMXLockBytes() local
71 nRead = mxIStm->readSomeBytes( aReadSeq, nBytesToRead ); in XMXLockBytes()
80 while( nBytesToRead == nRead ); in XMXLockBytes()
/trunk/main/oox/source/helper/
H A Dtextinputstream.cxx55 virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& rData, sal_Int32 nBytesToRead )
80 …t32 SAL_CALL UnoBinaryInputStream::readBytes( Sequence< sal_Int8 >& rData, sal_Int32 nBytesToRead ) in readBytes() argument
84 return mpInStrm->readData( rData, nBytesToRead, 1 ); in readBytes()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/
H A DPipeConnection.java145 private native int readJNI(/*OUT*/byte[][] bytes, int nBytesToRead) in readJNI() argument
168 public int read(/*OUT*/byte[][] bytes, int nBytesToRead) in read() argument
177 return readJNI( bytes, nBytesToRead ); in read()
/trunk/main/extensions/workben/
H A Dtestpgp.cxx94 Sequence<sal_Int8> &rData, sal_Int32 nBytesToRead)
275 Sequence<sal_Int8> &rData, sal_Int32 nBytesToRead) in readBytes() argument
278 if (nBytesToRead < 0) in readBytes()
282 k = VOS_BOUND(k, 0, nBytesToRead); in readBytes()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.cxx100 Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes() argument
118 aData.realloc( nBytesToRead ); in readBytes()
125 nBytesToRead, &nBytesRead ); in readBytes()
/trunk/main/comphelper/source/streaming/
H A Dseqinputstreamserv.cxx66 … SAL_CALL readBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nBytesToRead ) throw ( uno::…
138 …mService::readBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nBytesToRead ) throw ( uno::… in readBytes() argument
144 return m_xInputStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/vos/inc/vos/
H A Dconnectn.hxx55 virtual sal_Int32 SAL_CALL read( sal_Int8* pData, sal_Int32 nBytesToRead ) = 0;
70 virtual sal_Int32 SAL_CALL readSomeBytes( sal_Int8* pData, sal_Int32 nBytesToRead ) = 0;
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl59 put into the sequence. A difference between <var>nBytesToRead</var>
88 @param nBytesToRead
92 [in] long nBytesToRead )
/trunk/main/package/source/xstor/
H A Dselfterminatefilestream.cxx78 …LL OSelfTerminateFileStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes() argument
84 return m_xInputStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/automation/source/server/
H A DXMLParser.cxx60 …dBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw (::com:…
68 …dBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw (::com:… in readBytes() argument
70 aData.realloc( nBytesToRead ); in readBytes()
71 sal_Int32 nRead = pStream->Read( aData.getArray(), nBytesToRead ); in readBytes()
/trunk/main/io/source/stm/
H A Dodata.cxx82 virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)
142 sal_Int32 ODataInputStream::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) in readBytes() argument
151 nRead = m_input->readBytes( aData , nBytesToRead ); in readBytes()
1322 virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) in readBytes() argument
1326 { return ODataInputStream::readBytes( aData , nBytesToRead ); } in readBytes()
/trunk/main/package/source/package/zipapi/
H A DByteGrabber.cxx57 sal_Int32 nBytesToRead ) in readBytes() argument
61 return xStream->readBytes(aData, nBytesToRead ); in readBytes()

Completed in 101 milliseconds

12345