Searched refs:osl_sendSocket (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vos/source/ |
H A D | socket.cxx | 1469 RetVal= osl_sendSocket((*m_pSockRef)(), in write() 1538 return osl_sendSocket((*m_pSockRef)(), in send()
|
/trunk/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 71 # osl_sendSocket;
|
/trunk/main/sal/inc/osl/ |
H A D | socket.h | 550 sal_Int32 SAL_CALL osl_sendSocket(oslSocket Socket,
|
H A D | socket.hxx | 457 return osl_sendSocket( m_handle, pBuffer, BytesToSend, Flag ); in send()
|
/trunk/main/sal/osl/w32/ |
H A D | socket.cxx | 1512 sal_Int32 SAL_CALL osl_sendSocket ( in osl_sendSocket() function 1604 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket()
|
/trunk/main/sal/util/ |
H A D | sal.map | 160 osl_sendSocket;
|
/trunk/main/sal/osl/unx/ |
H A D | socket.c | 2356 sal_Int32 SAL_CALL osl_sendSocket(oslSocket pSocket, in osl_sendSocket() function 2497 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket()
|
/trunk/main/sal/osl/os2/ |
H A D | socket.c | 2394 sal_Int32 SAL_CALL osl_sendSocket(oslSocket pSocket, in osl_sendSocket() function 2535 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket()
|
Completed in 54 milliseconds