Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx990 nChars = aConnectionPipe.recv( buf, 256 ); in run()
1006 class recv : public CppUnit::TestFixture class
1042 CPPUNIT_TEST_SUITE( recv );
1051 CPPUNIT_TEST_SUITE_REGISTRATION(osl_StreamPipe::recv);
/aoo4110/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx170 sal_Int32 nReadNumber1 = ssStreamConnection.recv( pReadBuffer, 11 ); in run()
171 sal_Int32 nReadNumber2 = ssStreamConnection.recv( pReadBuffer + nReadNumber1, 11 ); in run()
656 sal_Int32 nReadNumber = ssStreamConnection.recv( pReadBuffer, 11 ); in send_recv2()
1193 … sal_Int32 nReadNumber = ssStreamConnection.recv( pBufferPeek, 1024, osl_Socket_MsgPeek); in send_Connector()
1465 … nReadNumber = ssStreamConnection.recv( pBufferPeek, 1024, osl_Socket_MsgPeek); in getPage()
H A Dosl_Socket.cxx392 sal_Int32 nReadNumber1 = ssStreamConnection.recv( pReadBuffer, 11 ); in run()
393 sal_Int32 nReadNumber2 = ssStreamConnection.recv( pReadBuffer + nReadNumber1, 11 ); in run()
2924 sal_Int32 nReadNumber = ssStreamConnection.recv( pReadBuffer, 11 ); in send_recv2()
/aoo4110/main/sal/inc/osl/
H A Dpipe_decl.hxx199 inline sal_Int32 SAL_CALL recv(void* pBuffer, sal_Int32 BytesToRead) const;
H A Dpipe.hxx196 inline sal_Int32 SAL_CALL StreamPipe::recv(void* pBuffer, sal_Int32 BytesToRead) const in recv() function in osl::StreamPipe
H A Dsocket_decl.hxx559 inline sal_Int32 SAL_CALL recv(void* pBuffer,
H A Dsocket.hxx445 inline sal_Int32 StreamSocket::recv(void* pBuffer, in recv() function in osl::StreamSocket
/aoo4110/main/vos/inc/vos/
H A Dpipe.hxx168 sal_Int32 SAL_CALL recv(void* pBuffer, sal_uInt32 BytesToRead);
H A Dsocket.hxx902 sal_Int32 SAL_CALL recv(void* pBuffer,
/aoo4110/main/crashrep/source/unx/
H A Dmain.cxx392 success = SOCKET_ERROR != recv( s, buffer, sizeof(buffer), 0 ); in SendHTTPRequest()
406 } while ( 0 < recv( s, buffer, sizeof(buffer), 0 ) ); in SendHTTPRequest()
/aoo4110/main/vos/source/
H A Dpipe.cxx232 sal_Int32 OPipe::recv(void* pBuffer, sal_uInt32 BytesToRead) in recv() function in OPipe
H A Dsocket.cxx1501 sal_Int32 OStreamSocket::recv(void* pBuffer, in recv() function in OStreamSocket
/aoo4110/main/sal/osl/unx/
H A Dpipe.c485 nRet = recv(pPipe->m_Socket, in osl_receivePipe()
H A Dsocket.c2285 nRead = recv(pSocket->m_Socket, in osl_receiveSocket()
/aoo4110/main/desktop/source/app/
H A Dofficeipcthread.cxx696 while ((nResult=maStreamPipe.recv( pBuf+nBytes, nBufSz-nBytes))>0) { in run()
/aoo4110/main/sal/osl/w32/
H A Dsocket.cxx1474 return recv(pSocket->m_Socket, in osl_receiveSocket()
/aoo4110/main/sal/osl/os2/
H A Dsocket.c2323 nRead = recv(pSocket->m_Socket, in osl_receiveSocket()
/aoo4110/main/crashrep/source/win32/
H A Dsoreport.cpp2483 success = SOCKET_ERROR != recv( s, buffer, sizeof(buffer), 0 ); in SendHTTPRequest()

Completed in 133 milliseconds