Home
last modified time | relevance | path

Searched refs:isSendReady (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/vos/source/
H A Dsocket.cxx842 sal_Bool OSocket::isSendReady(const TimeValue* pTimeout) const in isSendReady() function in OSocket
1452 if (m_pSendTimeout && ! isSendReady(m_pSendTimeout)) in write()
1485 if ( BytesToSend > 0 && m_pSendTimeout && ! isSendReady(m_pSendTimeout)) in write()
1528 if (m_pSendTimeout && ! isSendReady(m_pSendTimeout)) in send()
1702 if (m_pSendTimeout && ! isSendReady(m_pSendTimeout)) in sendTo()
/aoo41x/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx829 class isSendReady : public CppUnit::TestFixture class
876 sal_Bool bOK3 = csConnectorSocket.isSendReady( pTimeout ); in isSendReady_001()
883 CPPUNIT_TEST_SUITE( isSendReady );
1448 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::isSendReady, "osl_Socket");
H A Dosl_Socket.cxx2164 class isSendReady : public CppUnit::TestFixture class
2211 sal_Bool bOK3 = csConnectorSocket.isSendReady( pTimeout ); in isSendReady_001()
2218 CPPUNIT_TEST_SUITE( isSendReady );
2783 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::isSendReady, "osl_Socket");
/aoo41x/main/sal/inc/osl/
H A Dsocket_decl.hxx292 inline sal_Bool SAL_CALL isSendReady(const TimeValue *pTimeout = 0) const;
H A Dsocket.hxx320 inline sal_Bool Socket::isSendReady(const TimeValue *pTimeout ) const in isSendReady() function in osl::Socket
/aoo41x/main/vos/inc/vos/
H A Dsocket.hxx585 sal_Bool SAL_CALL isSendReady(const TimeValue* pTimeout = 0) const;

Completed in 165 milliseconds