Home
last modified time | relevance | path

Searched refs:TResult (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vos/source/
H A Dsocket.cxx95 return (TResult)osl_getHostnameOfSocketAddr(m_SockAddr, &rBuffer.pData ); in getHostname()
103 return (TResult)osl_getLocalHostname( &pBuffer.pData ); in getLocalHostname()
453 return (TResult)0; in getNetNumber()
462 return (TResult)0; in getNodeNumber()
471 return (TResult)0; in getSocketNumber()
695 OSocket::TResult OSocket::getLocalHost( rtl::OUString& pBuffer) const in getLocalHost()
707 TResult Result= (TResult)osl_getHostnameOfSocketAddr(Addr, in getLocalHost()
758 OSocket::TResult OSocket::getPeerHost( rtl::OUString& pBuffer ) const in getPeerHost()
770 TResult Result= (TResult)osl_getHostnameOfSocketAddr(Addr, in getPeerHost()
1595 OSocket::TResult OConnectorSocket::connect(const OSocketAddr& Addr, in connect()
[all …]
H A Dconditn.cxx59 OCondition::TResult OCondition::wait(const TimeValue* pTimeout) in wait()
61 return (TResult)osl_waitCondition(m_Condition, pTimeout); in wait()
/trunk/main/vos/inc/vos/
H A Dsocket.hxx177 enum TResult { enum in vos::ISocketTypes
196 virtual TResult SAL_CALL getHostname(::rtl::OUString& strHostName) const= 0;
238 virtual TResult SAL_CALL getHostname(::rtl::OUString& strHostName) const;
243 static TResult SAL_CALL getLocalHostname(::rtl::OUString& strLocalHostName);
347 TResult SAL_CALL getDottedAddr(::rtl::OUString& strDottedAddr) const;
411 TResult SAL_CALL getNetNumber(TIpxNetNumber& NetNumber) const;
415 TResult SAL_CALL getNodeNumber(TIpxNodeNumber& NodeNumber) const;
520 TResult SAL_CALL getLocalHost(::rtl::OUString& strLocalHost) const;
535 TResult SAL_CALL getPeerHost(::rtl::OUString& strPeerHost) const;
994 TResult SAL_CALL acceptConnection(OStreamSocket& Connection);
[all …]
H A Dconditn.hxx58 enum TResult enum in vos::ICondition
79 virtual TResult SAL_CALL wait(const TimeValue* pTimeout = 0)= 0;
118 TResult SAL_CALL wait(const TimeValue* pTimeout = 0);

Completed in 28 milliseconds