Lines Matching defs:const

93 OSocketAddr::TResult OSocketAddr::getHostname(rtl::OUString& rBuffer ) const  in getHostname()
297 OSocketAddr::TResult OInetSocketAddr::getDottedAddr( rtl::OUString& pBuffer ) const in getDottedAddr()
450 OSocketAddr::TResult OIpxSocketAddr::getNetNumber(TIpxNetNumber&) const in getNetNumber()
459 OSocketAddr::TResult OIpxSocketAddr::getNodeNumber(TIpxNodeNumber& ) const in getNodeNumber()
479 void OIpxSocketAddr::getAddressString( rtl::OUString& ) const in getAddressString()
659 void OSocket::getLocalAddr(OSocketAddr& sa) const in getLocalAddr()
695 OSocket::TResult OSocket::getLocalHost( rtl::OUString& pBuffer) const in getLocalHost()
722 void OSocket::getPeerAddr(OSocketAddr& sa) const in getPeerAddr()
758 OSocket::TResult OSocket::getPeerHost( rtl::OUString& pBuffer ) const in getPeerHost()
827 sal_Bool OSocket::isRecvReady(const TimeValue* pTimeout) const in isRecvReady() argument
842 sal_Bool OSocket::isSendReady(const TimeValue* pTimeout) const in isSendReady() argument
857 sal_Bool OSocket::isExceptionPending(const TimeValue* pTimeout) const in isExceptionPending() argument
876 TSocketOptionLevel Level) const in getOption()
898 TSocketOptionLevel Level) const in setOption()
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()
1401 sal_Int32 OStreamSocket::read(void* pBuffer, sal_uInt32 n) const in read()