/trunk/main/sal/qa/osl/socket/ |
H A D | osl_StreamSocket.cxx | 171 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 D | osl_Socket.cxx | 393 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 D | main.cxx | 392 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 D | pipe_decl.hxx | 199 inline sal_Int32 SAL_CALL recv(void* pBuffer, sal_Int32 BytesToRead) const;
|
H A D | pipe.hxx | 196 inline sal_Int32 SAL_CALL StreamPipe::recv(void* pBuffer, sal_Int32 BytesToRead) const in recv() function in osl::StreamPipe
|
H A D | socket_decl.hxx | 559 inline sal_Int32 SAL_CALL recv(void* pBuffer,
|
H A D | socket.hxx | 445 inline sal_Int32 StreamSocket::recv(void* pBuffer, in recv() function in osl::StreamSocket
|
/trunk/main/vos/inc/vos/ |
H A D | pipe.hxx | 168 sal_Int32 SAL_CALL recv(void* pBuffer, sal_uInt32 BytesToRead);
|
H A D | socket.hxx | 903 sal_Int32 SAL_CALL recv(void* pBuffer,
|
/trunk/main/vos/source/ |
H A D | pipe.cxx | 232 sal_Int32 OPipe::recv(void* pBuffer, sal_uInt32 BytesToRead) in recv() function in OPipe
|
H A D | socket.cxx | 1501 sal_Int32 OStreamSocket::recv(void* pBuffer, in recv() function in OStreamSocket
|
/trunk/main/sal/osl/unx/ |
H A D | pipe.c | 483 nRet = recv(pPipe->m_Socket, in osl_receivePipe()
|
H A D | socket.c | 2285 nRead = recv(pSocket->m_Socket, in osl_receiveSocket()
|
/trunk/main/sal/qa/osl/pipe/ |
H A D | osl_Pipe.cxx | 784 nChars = aConnectionPipe.recv( buf, 256 ); in run()
|
/trunk/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 696 while ((nResult=maStreamPipe.recv( pBuf+nBytes, nBufSz-nBytes))>0) { in run()
|
/trunk/main/sal/osl/w32/ |
H A D | socket.cxx | 1474 return recv(pSocket->m_Socket, in osl_receiveSocket()
|
/trunk/main/sal/osl/os2/ |
H A D | socket.c | 2323 nRead = recv(pSocket->m_Socket, in osl_receiveSocket()
|
/trunk/main/crashrep/source/win32/ |
H A D | soreport.cpp | 2483 success = SOCKET_ERROR != recv( s, buffer, sizeof(buffer), 0 ); in SendHTTPRequest()
|