Home
last modified time | relevance | path

Searched refs:StreamSocket (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DStreamSocket.cpp31 StreamSocket::StreamSocket(): Socket(new StreamSocketImpl) in StreamSocket() function in Poco::Net::StreamSocket
36 StreamSocket::StreamSocket(const SocketAddress& address): Socket(new StreamSocketImpl(address.famil… in StreamSocket() function in Poco::Net::StreamSocket
42 StreamSocket::StreamSocket(SocketAddress::Family family): Socket(new StreamSocketImpl(family)) in StreamSocket() function in Poco::Net::StreamSocket
47 StreamSocket::StreamSocket(const Socket& socket): Socket(socket) in StreamSocket() function in Poco::Net::StreamSocket
54 StreamSocket::StreamSocket(SocketImpl* pImpl): Socket(pImpl) in StreamSocket() function in Poco::Net::StreamSocket
61 StreamSocket::~StreamSocket() in ~StreamSocket()
66 StreamSocket& StreamSocket::operator = (const Socket& socket) in operator =()
94 void StreamSocket::shutdownReceive() in shutdownReceive()
100 void StreamSocket::shutdownSend() in shutdownSend()
106 void StreamSocket::shutdown() in shutdown()
[all …]
/dports/net/Sockets/Sockets-2.3.9.9/
H A DStreamSocket.cpp42 StreamSocket::StreamSocket(ISocketHandler& h) : Socket(h) in StreamSocket() function in SOCKETS_NAMESPACE::StreamSocket
54 StreamSocket::~StreamSocket() in ~StreamSocket()
59 void StreamSocket::SetConnecting(bool x) in SetConnecting()
76 bool StreamSocket::Connecting() in Connecting()
82 bool StreamSocket::Ready() in Ready()
96 int StreamSocket::GetConnectTimeout() in GetConnectTimeout()
108 bool StreamSocket::GetFlushBeforeClose() in GetFlushBeforeClose()
114 int StreamSocket::GetConnectionRetry() in GetConnectionRetry()
150 bool StreamSocket::LineProtocol() in LineProtocol()
156 void StreamSocket::SetShutdown(int x) in SetShutdown()
[all …]
H A DStreamSocket.h46 class StreamSocket : public Socket
49 StreamSocket(ISocketHandler& );
50 ~StreamSocket();
118 StreamSocket(const StreamSocket& src) : Socket(src) {} // copy constructor in StreamSocket() function
121 StreamSocket& operator=(const StreamSocket& ) { return *this; } // assignment operator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/platform/impl/
H A Dstream_socket.h25 class StreamSocket {
27 StreamSocket() = default;
28 StreamSocket(const StreamSocket& other) = delete;
29 StreamSocket(StreamSocket&& other) = default;
30 virtual ~StreamSocket() = default;
32 StreamSocket& operator=(const StreamSocket& other) = delete;
33 StreamSocket& operator=(StreamSocket&& other) = default;
37 virtual ErrorOr<std::unique_ptr<StreamSocket>> Accept() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/impl/
H A Dstream_socket.h25 class StreamSocket {
27 StreamSocket() = default;
28 StreamSocket(const StreamSocket& other) = delete;
29 StreamSocket(StreamSocket&& other) = default;
30 virtual ~StreamSocket() = default;
32 StreamSocket& operator=(const StreamSocket& other) = delete;
33 StreamSocket& operator=(StreamSocket&& other) = default;
37 virtual ErrorOr<std::unique_ptr<StreamSocket>> Accept() = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/unixsocket/
H A DStreamSocket.cpp33 StreamSocket* aStreamSocket,
38 StreamSocket* aStreamSocket,
42 StreamSocket* GetStreamSocket();
76 StreamSocket* mStreamSocket;
136 StreamSocket*
357 StreamSocket::StreamSocket(StreamSocketConsumer* aConsumer, int aIndex) in StreamSocket() function in mozilla::ipc::StreamSocket
367 StreamSocket::~StreamSocket() in ~StreamSocket()
446 StreamSocket::Close() in Close()
464 StreamSocket::OnConnectSuccess() in OnConnectSuccess()
470 StreamSocket::OnConnectError() in OnConnectError()
[all …]
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Diohook.h23 class StreamSocket; variable
59 …virtual void OnAccept(StreamSocket* sock, irc::sockets::sockaddrs* client, irc::sockets::sockaddrs…
64 virtual void OnConnect(StreamSocket* sock) = 0;
88 virtual int OnStreamSocketWrite(StreamSocket* sock, StreamSocket::SendQueue& sendq) = 0;
94 virtual void OnStreamSocketClose(StreamSocket* sock) = 0;
103 virtual int OnStreamSocketRead(StreamSocket* sock, std::string& recvq) = 0;
110 StreamSocket::SendQueue sendq;
129 StreamSocket::SendQueue& GetSendQ() { return sendq; } in GetSendQ()
144 const StreamSocket::SendQueue& GetSendQ() const { return sendq; } in GetSendQ()
167 friend class StreamSocket; variable
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/src/
H A DSecureStreamSocket.cpp30 StreamSocket(new SecureStreamSocketImpl(SSLManager::instance().defaultClientContext())) in SecureStreamSocket()
36 StreamSocket(new SecureStreamSocketImpl(pContext)) in SecureStreamSocket()
42 StreamSocket(new SecureStreamSocketImpl(pContext)) in SecureStreamSocket()
64 StreamSocket(new SecureStreamSocketImpl(pContext)) in SecureStreamSocket()
71 StreamSocket(new SecureStreamSocketImpl(pContext)) in SecureStreamSocket()
79 StreamSocket(new SecureStreamSocketImpl(pContext)) in SecureStreamSocket()
87 StreamSocket(new SecureStreamSocketImpl(pContext)) in SecureStreamSocket()
96 StreamSocket(socket) in SecureStreamSocket()
104 StreamSocket(pImpl) in SecureStreamSocket()
119 StreamSocket::operator = (socket); in operator =()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/test/
H A Dtcp_socket_proxy_unittest.cc67 void SendAndReceiveData(StreamSocket* socket1, StreamSocket* socket2) { in SendAndReceiveData()
91 void ExpectClosed(StreamSocket* socket) { in ExpectClosed()
116 std::unique_ptr<StreamSocket> client_socket; in TEST_F()
117 std::unique_ptr<StreamSocket> server_socket; in TEST_F()
124 std::unique_ptr<StreamSocket> client_socket1; in TEST_F()
125 std::unique_ptr<StreamSocket> server_socket1; in TEST_F()
128 std::unique_ptr<StreamSocket> client_socket2; in TEST_F()
147 std::unique_ptr<StreamSocket> client_socket; in TEST_F()
148 std::unique_ptr<StreamSocket> server_socket; in TEST_F()
163 std::unique_ptr<StreamSocket> client_socket; in TEST_F()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DStreamSocket.cpp18 StreamSocket::StreamSocket(const ProtocolInstancePtr& instance, in StreamSocket() function in StreamSocket
50 StreamSocket::StreamSocket(const ProtocolInstancePtr& instance, SOCKET fd) : in StreamSocket() function in StreamSocket
72 StreamSocket::~StreamSocket() in ~StreamSocket()
142 StreamSocket::isConnected() in isConnected()
174 StreamSocket::read(Buffer& buf) in read()
200 StreamSocket::write(Buffer& buf) in write()
435 StreamSocket::startRead(Buffer& buf) in startRead()
612 StreamSocket::close() in close()
638 StreamSocket::toString() const in toString()
644 StreamSocket::init() in init()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DStreamSocket.cpp18 StreamSocket::StreamSocket(const ProtocolInstancePtr& instance,
50 StreamSocket::StreamSocket(const ProtocolInstancePtr& instance, SOCKET fd) :
72 StreamSocket::~StreamSocket()
142 StreamSocket::isConnected()
174 StreamSocket::read(Buffer& buf)
200 StreamSocket::write(Buffer& buf)
435 StreamSocket::startRead(Buffer& buf)
612 StreamSocket::close()
638 StreamSocket::toString() const
644 StreamSocket::init()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DStreamSocket.cpp18 StreamSocket::StreamSocket(const ProtocolInstancePtr& instance, in StreamSocket() function in StreamSocket
50 StreamSocket::StreamSocket(const ProtocolInstancePtr& instance, SOCKET fd) : in StreamSocket() function in StreamSocket
72 StreamSocket::~StreamSocket() in ~StreamSocket()
142 StreamSocket::isConnected() in isConnected()
174 StreamSocket::read(Buffer& buf) in read()
200 StreamSocket::write(Buffer& buf) in write()
435 StreamSocket::startRead(Buffer& buf) in startRead()
612 StreamSocket::close() in close()
638 StreamSocket::toString() const in toString()
644 StreamSocket::init() in init()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceBT/
H A DStreamSocket.cpp17 IceBT::StreamSocket::StreamSocket(const InstancePtr& instance, SOCKET fd) : in StreamSocket() function in IceBT::StreamSocket
28 IceBT::StreamSocket::~StreamSocket() in ~StreamSocket()
34 IceBT::StreamSocket::getSendPacketSize(size_t length) in getSendPacketSize()
40 IceBT::StreamSocket::getRecvPacketSize(size_t length) in getRecvPacketSize()
100 IceBT::StreamSocket::read(IceInternal::Buffer& buf) in read()
107 IceBT::StreamSocket::write(IceInternal::Buffer& buf) in write()
114 IceBT::StreamSocket::read(char* buf, size_t length) in read()
224 IceBT::StreamSocket::close() in close()
242 IceBT::StreamSocket::toString() const in toString()
248 IceBT::StreamSocket::setFd(SOCKET fd) in setFd()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/IceBT/
H A DStreamSocket.cpp17 IceBT::StreamSocket::StreamSocket(const InstancePtr& instance, SOCKET fd) : in StreamSocket() function in IceBT::StreamSocket
28 IceBT::StreamSocket::~StreamSocket() in ~StreamSocket()
34 IceBT::StreamSocket::getSendPacketSize(size_t length) in getSendPacketSize()
40 IceBT::StreamSocket::getRecvPacketSize(size_t length) in getRecvPacketSize()
100 IceBT::StreamSocket::read(IceInternal::Buffer& buf) in read()
107 IceBT::StreamSocket::write(IceInternal::Buffer& buf) in write()
114 IceBT::StreamSocket::read(char* buf, size_t length) in read()
224 IceBT::StreamSocket::close() in close()
242 IceBT::StreamSocket::toString() const in toString()
248 IceBT::StreamSocket::setFd(SOCKET fd) in setFd()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceBT/
H A DStreamSocket.cpp17 IceBT::StreamSocket::StreamSocket(const InstancePtr& instance, SOCKET fd) : in StreamSocket() function in IceBT::StreamSocket
28 IceBT::StreamSocket::~StreamSocket() in ~StreamSocket()
34 IceBT::StreamSocket::getSendPacketSize(size_t length) in getSendPacketSize()
40 IceBT::StreamSocket::getRecvPacketSize(size_t length) in getRecvPacketSize()
100 IceBT::StreamSocket::read(IceInternal::Buffer& buf) in read()
107 IceBT::StreamSocket::write(IceInternal::Buffer& buf) in write()
114 IceBT::StreamSocket::read(char* buf, size_t length) in read()
224 IceBT::StreamSocket::close() in close()
242 IceBT::StreamSocket::toString() const in toString()
248 IceBT::StreamSocket::setFd(SOCKET fd) in setFd()
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dinspsocket.cpp103 void StreamSocket::Close() in Close()
128 void StreamSocket::Close(bool writeblock) in Close()
136 CullResult StreamSocket::cull() in cull()
168 void StreamSocket::DoRead() in DoRead()
225 void StreamSocket::DoWrite() in DoWrite()
427 this->StreamSocket::OnEventHandlerWrite(); in OnEventHandlerWrite()
470 void StreamSocket::OnEventHandlerRead() in OnEventHandlerRead()
487 void StreamSocket::OnEventHandlerWrite() in OnEventHandlerWrite()
515 IOHook* StreamSocket::GetLastHook() const in GetLastHook()
548 size_t StreamSocket::getSendQSize() const in getSendQSize()
[all …]
/dports/devel/poco/poco-1.10.1-all/Net/include/Poco/Net/
H A DStreamSocket.h33 class Net_API StreamSocket: public Socket
38 StreamSocket();
44 explicit StreamSocket(const SocketAddress& address);
48 explicit StreamSocket(SocketAddress::Family family);
57 StreamSocket(const Socket& socket);
63 virtual ~StreamSocket();
66 StreamSocket& operator = (const Socket& socket);
194 StreamSocket(SocketImpl* pImpl);
/dports/mail/emailrelay/emailrelay-1.9/src/gnet/
H A Dgsocket.h36 class StreamSocket ; variable
249 typedef std::auto_ptr<StreamSocket> first_type ;
255 AcceptPair( StreamSocket * new_p , Address a ) ;
270 class GNet::StreamSocket : public GNet::Socket
276 StreamSocket() ;
279 explicit StreamSocket( const Address & address_hint ) ;
283 virtual ~StreamSocket() ;
300 StreamSocket( const StreamSocket & ) ; // not implemented
301 void operator=( const StreamSocket & ) ; // not implemented
302 StreamSocket( Descriptor s ) ; // A private constructor used in accept().
[all …]
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/net/
H A Dstreamsocket.cpp12 StreamSocket::StreamSocket(bool tcp, int ip_version, StreamSocketListener *listener) in StreamSocket() function in net::StreamSocket
18 StreamSocket::~StreamSocket() in ~StreamSocket()
22 void StreamSocket::addData(const QByteArray &data) in addData()
29 bool StreamSocket::bytesReadyToWrite() const in bytesReadyToWrite()
35 bt::Uint32 StreamSocket::write(bt::Uint32 max, bt::TimeStamp now) in write()
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_websocket.cpp62 void OnConnect(StreamSocket* sock) CXX11_OVERRIDE in OnConnect()
177 int HandleAppData(StreamSocket* sock, std::string& appdataout, bool allowlarge) in HandleAppData()
248 int HandlePingPongFrame(StreamSocket* sock, bool isping) in HandlePingPongFrame()
272 int HandleWS(StreamSocket* sock, std::string& destrecvq) in HandleWS()
331 GetSendQ().push_back(StreamSocket::SendQueue::Element(httpreply)); in FailHandshake()
336 int HandleHTTPReq(StreamSocket* sock) in HandleHTTPReq()
369 if (!config.proxyranges.empty() && sock->type == StreamSocket::SS_USER) in HandleHTTPReq()
442 GetSendQ().push_back(StreamSocket::SendQueue::Element(reply)); in HandleHTTPReq()
462 int OnStreamSocketWrite(StreamSocket* sock, StreamSocket::SendQueue& uppersendq) CXX11_OVERRIDE in OnStreamSocketWrite()
464 StreamSocket::SendQueue& mysendq = GetSendQ(); in OnStreamSocketWrite()
[all …]
H A Dm_haproxy.cpp122 …void OnAccept(StreamSocket* sock, irc::sockets::sockaddrs* client, irc::sockets::sockaddrs* server…
124 void OnConnect(StreamSocket* sock) CXX11_OVERRIDE in OnConnect()
154 size_t ReadProxyTLV(StreamSocket* sock, size_t start_index, uint16_t buffer_length) in ReadProxyTLV()
184 bool ReadProxyTLVSSL(StreamSocket* sock, size_t start_index, uint16_t buffer_length) in ReadProxyTLVSSL()
195 if (sock->type != StreamSocket::SS_USER) in ReadProxyTLVSSL()
233 int ReadProxyAddress(StreamSocket* sock, std::string& destrecvq) in ReadProxyAddress()
298 int ReadProxyHeader(StreamSocket* sock, std::string& destrecvq) in ReadProxyHeader()
378 HAProxyHook(IOHookProvider* Prov, StreamSocket* sock, UserCertificateAPI& api) in HAProxyHook()
387 int OnStreamSocketWrite(StreamSocket* sock, StreamSocket::SendQueue& uppersendq) CXX11_OVERRIDE in OnStreamSocketWrite()
394 int OnStreamSocketRead(StreamSocket* sock, std::string& destrecvq) CXX11_OVERRIDE in OnStreamSocketRead()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefetch/prefetch_proxy/
H A Dprefetch_proxy_test_utils.h18 class StreamSocket; variable
26 TestProxySocketDataPump(net::StreamSocket* from_socket,
27 net::StreamSocket* to_socket,
41 net::StreamSocket* from_socket_;
42 net::StreamSocket* to_socket_;
73 void StartProxy(std::unique_ptr<net::StreamSocket> incoming_socket);
92 std::unique_ptr<net::StreamSocket> incoming_socket_;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/remotecontrol/
H A DBufferedStreamSocket.cxx30 BufferedStreamSocket::BufferedStreamSocket( const osl::StreamSocket &aSocket ): in BufferedStreamSocket()
31 StreamSocket( aSocket ), in BufferedStreamSocket()
41 StreamSocket(), in BufferedStreamSocket()
53 StreamSocket::getPeerAddr( rAddr ); in getPeerAddr()
59 return StreamSocket::write( pBuffer, n ); in write()
83 ::osl::StreamSocket::close(); in close()
110 aRet = StreamSocket::recv( &aBuffer[aRead], 100 ); in readLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/remotecontrol/
H A DBufferedStreamSocket.cxx30 BufferedStreamSocket::BufferedStreamSocket( const osl::StreamSocket &aSocket ): in BufferedStreamSocket()
31 StreamSocket( aSocket ), in BufferedStreamSocket()
41 StreamSocket(), in BufferedStreamSocket()
53 StreamSocket::getPeerAddr( rAddr ); in getPeerAddr()
59 return StreamSocket::write( pBuffer, n ); in write()
83 ::osl::StreamSocket::close(); in close()
110 aRet = StreamSocket::recv( &aBuffer[aRead], 100 ); in readLine()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dstream_socket.cc11 void StreamSocket::SetBeforeConnectCallback( in SetBeforeConnectCallback()
16 void StreamSocket::GetSSLCertRequestInfo( in GetSSLCertRequestInfo()
21 StreamSocket::SocketMemoryStats::SocketMemoryStats() in SocketMemoryStats()
24 StreamSocket::SocketMemoryStats::~SocketMemoryStats() = default;
26 int StreamSocket::ConfirmHandshake(CompletionOnceCallback callback) { in ConfirmHandshake()

12345678910>>...27