Home
last modified time | relevance | path

Searched refs:m_pSockRef (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vos/source/
H A Dsocket.cxx501 m_pSockRef= 0; in OSocket()
515 m_pSockRef= in OSocket()
520 VOS_POSTCOND(m_pSockRef != 0, "OSocket(): new failed.\n"); in OSocket()
521 VOS_POSTCOND((*m_pSockRef)(), "OSocket(): creation of socket failed!\n"); in OSocket()
532 m_pSockRef=0; in OSocket()
534 VOS_ASSERT(sock.m_pSockRef != 0); in OSocket()
536 if ( sock.m_pSockRef !=0 ) in OSocket()
538 m_pSockRef= sock.m_pSockRef; in OSocket()
543 m_pSockRef->acquire(); in OSocket()
555 m_pSockRef = new SockRef(Socket); in OSocket()
[all …]
/AOO42X/main/vos/inc/vos/
H A Dsocket.hxx439 SockRef* m_pSockRef; member in vos::OSocket
500 return m_pSockRef == rSocket.m_pSockRef; in operator ==()