Lines Matching refs:sal_Int32

179 OInetSocketAddr::OInetSocketAddr(const rtl::OUString& ustrAddrOrHostname, sal_Int32 Port)  in OInetSocketAddr()
269 sal_Int32 OInetSocketAddr::getServicePort(const rtl::OUString& ustrServiceName, in getServicePort()
279 sal_Int32 OInetSocketAddr::getPort () const in getPort()
288 sal_Bool OInetSocketAddr::setPort (sal_Int32 Port) in setPort()
307 sal_Int32 Port = 0; in setAddr()
672 sal_Int32 OSocket::getLocalPort() const in getLocalPort()
676 sal_Int32 Port= OSL_INVALID_PORT; in getLocalPort()
735 sal_Int32 OSocket::getPeerPort() const in getPeerPort()
739 sal_Int32 Port= OSL_INVALID_PORT; in getPeerPort()
873 sal_Int32 OSocket::getOption(TSocketOption Option, in getOption()
963 sal_Int32 OSocket::clearError() const in clearError()
965 sal_Int32 err = 0; in clearError()
975 sal_Int32 OSocket::setDebug(sal_Int32 opt) const in setDebug()
977 sal_Int32 old= 0; in setDebug()
990 sal_Int32 OSocket::setReuseAddr(sal_Int32 opt) const in setReuseAddr()
992 sal_Int32 old = 0; in setReuseAddr()
1005 sal_Int32 OSocket::setKeepAlive(sal_Int32 opt) const in setKeepAlive()
1007 sal_Int32 old = 0; in setKeepAlive()
1020 sal_Int32 OSocket::setDontRoute(sal_Int32 opt) const in setDontRoute()
1022 sal_Int32 old = 0; in setDontRoute()
1035 sal_Int32 OSocket::setBroadcast(sal_Int32 opt) const in setBroadcast()
1037 sal_Int32 old = 0; in setBroadcast()
1050 sal_Int32 OSocket::setOobinline(sal_Int32 opt) const in setOobinline()
1052 sal_Int32 old = 0; in setOobinline()
1065 sal_Int32 OSocket::setLinger(sal_Int32 time) const in setLinger()
1070 sal_Int32 m_onoff; // option on/off in setLinger()
1071 sal_Int32 m_linger; // linger time in setLinger()
1097 sal_Int32 OSocket::setSendBufSize(sal_Int32 sz) const in setSendBufSize()
1099 sal_Int32 old = 0; in setSendBufSize()
1112 sal_Int32 OSocket::setRecvBufSize(sal_Int32 sz) const in setRecvBufSize()
1114 sal_Int32 old = 0; in setRecvBufSize()
1127 sal_Int32 OSocket::setTcpNoDelay(sal_Int32 sz) const in setTcpNoDelay()
1129 sal_Int32 old = 0; in setTcpNoDelay()
1222 sal_Bool OAcceptorSocket::listen(sal_Int32 MaxPendingConnections) in listen()
1401 sal_Int32 OStreamSocket::read(void* pBuffer, sal_uInt32 n) const in read()
1420 sal_Int32 RetVal; in read()
1448 sal_Int32 OStreamSocket::write(const void* pBuffer, sal_uInt32 n) in write()
1467 sal_Int32 RetVal; in write()
1501 sal_Int32 OStreamSocket::recv(void* pBuffer, in recv()
1524 sal_Int32 OStreamSocket::send(const void* pBuffer, in send()
1646 sal_Int32 ODatagramSocket::recvFrom(void* pBuffer, in recvFrom()
1662 sal_Int32 BytesRead; in recvFrom()
1697 sal_Int32 ODatagramSocket::sendTo(const OSocketAddr& ReceiverAddr, in sendTo()