Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx171 sal_Int32 nReadNumber1 = ssStreamConnection.recv( pReadBuffer, 11 ); in run()
172 sal_Int32 nReadNumber2 = ssStreamConnection.recv( pReadBuffer + nReadNumber1, 11 ); in run()
672 sal_Int32 nReadNumber = ssStreamConnection.recv( pReadBuffer, 11 ); in TEST_F()
1153 … sal_Int32 nReadNumber = ssStreamConnection.recv( pBufferPeek, 1024, osl_Socket_MsgPeek); in send_Connector()
1422 … nReadNumber = ssStreamConnection.recv( pBufferPeek, 1024, osl_Socket_MsgPeek); in getPage()
H A Dosl_Socket.cxx393 sal_Int32 nReadNumber1 = ssStreamConnection.recv( pReadBuffer, 11 ); in run()
394 sal_Int32 nReadNumber2 = ssStreamConnection.recv( pReadBuffer + nReadNumber1, 11 ); in run()
2589 sal_Int32 nReadNumber = ssStreamConnection.recv( pReadBuffer, 11 ); in TEST_F()
/trunk/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()
/trunk/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
/trunk/main/vos/inc/vos/
H A Dpipe.hxx168 sal_Int32 SAL_CALL recv(void* pBuffer, sal_uInt32 BytesToRead);
H A Dsocket.hxx903 sal_Int32 SAL_CALL recv(void* pBuffer,
/trunk/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
/trunk/main/sal/osl/unx/
H A Dpipe.c483 nRet = recv(pPipe->m_Socket, in osl_receivePipe()
H A Dsocket.c2285 nRead = recv(pSocket->m_Socket, in osl_receiveSocket()
/trunk/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx784 nChars = aConnectionPipe.recv( buf, 256 ); in run()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx696 while ((nResult=maStreamPipe.recv( pBuf+nBytes, nBufSz-nBytes))>0) { in run()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx1474 return recv(pSocket->m_Socket, in osl_receiveSocket()
/trunk/main/sal/osl/os2/
H A Dsocket.c2323 nRead = recv(pSocket->m_Socket, in osl_receiveSocket()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2483 success = SOCKET_ERROR != recv( s, buffer, sizeof(buffer), 0 ); in SendHTTPRequest()

Completed in 144 milliseconds