Lines Matching refs:OSocket

489 VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OSocket, vos), 
490 VOS_NAMESPACE(OSocket, vos),
496 OSocket::OSocket() in OSocket() function in OSocket
508 OSocket::OSocket(TSocketType Type, in OSocket() function in OSocket
527 OSocket::OSocket(const OSocket& sock) : in OSocket() function in OSocket
550 OSocket::OSocket(oslSocket Socket) in OSocket() function in OSocket
562 OSocket::~OSocket() in ~OSocket()
574 sal_Bool OSocket::create(TSocketType Type, in create()
599 OSocket& OSocket::operator= (const OSocket& sock) in operator =()
627 OSocket::operator oslSocket() const in operator oslSocket()
636 sal_Bool OSocket::isValid() const in isValid()
645 void OSocket::close() in close()
659 void OSocket::getLocalAddr(OSocketAddr& sa) const in getLocalAddr()
672 sal_Int32 OSocket::getLocalPort() const in getLocalPort()
695 OSocket::TResult OSocket::getLocalHost( rtl::OUString& pBuffer) const in getLocalHost()
722 void OSocket::getPeerAddr(OSocketAddr& sa) const in getPeerAddr()
735 sal_Int32 OSocket::getPeerPort() const in getPeerPort()
758 OSocket::TResult OSocket::getPeerHost( rtl::OUString& pBuffer ) const in getPeerHost()
785 sal_Bool OSocket::bind(const OSocketAddr& Addr) in bind()
801 void OSocket::setSendTimeout(const TimeValue* pTimeout) in setSendTimeout()
814 void OSocket::setRecvTimeout(const TimeValue* pTimeout) in setRecvTimeout()
827 sal_Bool OSocket::isRecvReady(const TimeValue* pTimeout) const in isRecvReady()
842 sal_Bool OSocket::isSendReady(const TimeValue* pTimeout) const in isSendReady()
857 sal_Bool OSocket::isExceptionPending(const TimeValue* pTimeout) const in isExceptionPending()
873 sal_Int32 OSocket::getOption(TSocketOption Option, in getOption()
895 sal_Bool OSocket::setOption(TSocketOption Option, in setOption()
918 sal_Bool OSocket::enableNonBlockingMode(sal_Bool On) in enableNonBlockingMode()
933 sal_Bool OSocket::isNonBlockingMode() const in isNonBlockingMode()
948 OSocket::TSocketType OSocket::getType() const in getType()
963 sal_Int32 OSocket::clearError() const in clearError()
975 sal_Int32 OSocket::setDebug(sal_Int32 opt) const in setDebug()
990 sal_Int32 OSocket::setReuseAddr(sal_Int32 opt) const in setReuseAddr()
1005 sal_Int32 OSocket::setKeepAlive(sal_Int32 opt) const in setKeepAlive()
1020 sal_Int32 OSocket::setDontRoute(sal_Int32 opt) const in setDontRoute()
1035 sal_Int32 OSocket::setBroadcast(sal_Int32 opt) const in setBroadcast()
1050 sal_Int32 OSocket::setOobinline(sal_Int32 opt) const in setOobinline()
1065 sal_Int32 OSocket::setLinger(sal_Int32 time) const in setLinger()
1097 sal_Int32 OSocket::setSendBufSize(sal_Int32 sz) const in setSendBufSize()
1112 sal_Int32 OSocket::setRecvBufSize(sal_Int32 sz) const in setRecvBufSize()
1127 sal_Int32 OSocket::setTcpNoDelay(sal_Int32 sz) const in setTcpNoDelay()
1143 void OSocket::getError( rtl::OUString& pBuffer ) const in getError()
1156 OSocket::TSocketError OSocket::getError() const in getError()
1170 VOS_NAMESPACE(OSocket, vos), 0);
1179 OSocket(Type, Family, Protocol) in OAcceptorSocket()
1187 OSocket(sock) in OAcceptorSocket()
1238 OSocket::TResult OAcceptorSocket::acceptConnection(OStreamSocket& connection) in acceptConnection()
1266 OSocket::TResult OAcceptorSocket::acceptConnection(OStreamSocket& connection, in acceptConnection()
1297 VOS_NAMESPACE(OSocket, vos), 0);
1314 OSocket(Type, Family, Protocol) in OStreamSocket()
1323 OSocket(Socket) in OStreamSocket()
1332 OSocket(sock), IStream() in OStreamSocket()
1340 OStreamSocket::OStreamSocket(const OSocket& sock) : in OStreamSocket()
1341 OSocket(sock) in OStreamSocket()
1373 OSocket::operator=(Socket); in operator =()
1381 OStreamSocket& OStreamSocket::operator= (const OSocket& sock) in operator =()
1383 OSocket::operator=(sock); in operator =()
1393 OSocket::operator=(sock); in operator =()
1595 OSocket::TResult OConnectorSocket::connect(const OSocketAddr& Addr, in connect()
1614 VOS_NAMESPACE(OSocket, vos), 0);
1623 OSocket(Type, Family, Protocol) in ODatagramSocket()
1631 OSocket(sock) in ODatagramSocket()