Home
last modified time | relevance | path

Searched +defs:socket +defs:connection (Results 1 – 25 of 860) sorted by relevance

12345678910>>...35

/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/happyeyeballs/
H A DQuicHappyEyeballsFunctions.cpp31 QuicClientConnectionState& connection, in happyEyeballsAddPeerAddress()
55 QuicClientConnectionState& connection, in happyEyeballsAddSocket()
56 std::unique_ptr<folly::AsyncUDPSocket> socket) { in happyEyeballsAddSocket()
61 QuicClientConnectionState& connection, in startHappyEyeballs()
121 folly::AsyncUDPSocket& socket, in happyEyeballsSetUpSocket()
176 QuicClientConnectionState& connection, in happyEyeballsOnDataReceived()
178 std::unique_ptr<folly::AsyncUDPSocket>& socket, in happyEyeballsOnDataReceived()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgunixconnection.c84 g_unix_connection_send_fd (GUnixConnection *connection, in g_unix_connection_send_fd()
90 GSocket *socket; in g_unix_connection_send_fd() local
138 g_unix_connection_receive_fd (GUnixConnection *connection, in g_unix_connection_receive_fd()
145 GSocket *socket; in g_unix_connection_receive_fd() local
227 g_unix_connection_init (GUnixConnection *connection) in g_unix_connection_init()
319 g_unix_connection_send_credentials (GUnixConnection *connection, in g_unix_connection_send_credentials()
325 GSocket *socket; in g_unix_connection_send_credentials() local
438 g_unix_connection_send_credentials_finish (GUnixConnection *connection, in g_unix_connection_send_credentials_finish()
478 g_unix_connection_receive_credentials (GUnixConnection *connection, in g_unix_connection_receive_credentials()
485 GSocket *socket; in g_unix_connection_receive_credentials() local
[all …]
H A Dgtcpconnection.c76 g_tcp_connection_init (GTcpConnection *connection) in g_tcp_connection_init()
88 GTcpConnection *connection = G_TCP_CONNECTION (object); in g_tcp_connection_get_property() local
107 GTcpConnection *connection = G_TCP_CONNECTION (object); in g_tcp_connection_set_property() local
147 GTcpConnection *connection = G_TCP_CONNECTION (stream); in g_tcp_connection_close() local
148 GSocket *socket; in g_tcp_connection_close() local
211 close_read_ready (GSocket *socket, in close_read_ready()
254 GTcpConnection *connection = G_TCP_CONNECTION (stream); in g_tcp_connection_close_async() local
255 GSocket *socket; in g_tcp_connection_close_async() local
306 g_tcp_connection_set_graceful_disconnect (GTcpConnection *connection, in g_tcp_connection_set_graceful_disconnect()
329 g_tcp_connection_get_graceful_disconnect (GTcpConnection *connection) in g_tcp_connection_get_graceful_disconnect()
H A Dgsocketconnection.c74 GSocket *socket; member
133 g_socket_connection_is_connected (GSocketConnection *connection) in g_socket_connection_is_connected()
152 g_socket_connection_connect (GSocketConnection *connection, in g_socket_connection_connect()
228 g_socket_connection_connect_callback (GSocket *socket, in g_socket_connection_connect_callback()
281 g_socket_connection_get_socket (GSocketConnection *connection) in g_socket_connection_get_socket()
357 GSocketConnection *connection = G_SOCKET_CONNECTION (object); in g_socket_connection_get_property() local
376 GSocketConnection *connection = G_SOCKET_CONNECTION (object); in g_socket_connection_set_property() local
393 GSocketConnection *connection = G_SOCKET_CONNECTION (object); in g_socket_connection_constructed() local
402 GSocketConnection *connection = G_SOCKET_CONNECTION (object); in g_socket_connection_dispose() local
461 g_socket_connection_init (GSocketConnection *connection) in g_socket_connection_init()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/platform/impl/
H A Dtls_data_router_posix.cc22 void TlsDataRouterPosix::RegisterConnection(TlsConnectionPosix* connection) { in RegisterConnection()
33 void TlsDataRouterPosix::DeregisterConnection(TlsConnectionPosix* connection) { in DeregisterConnection()
49 std::unique_ptr<StreamSocketPosix> socket, in RegisterAcceptObserver()
62 void TlsDataRouterPosix::DeregisterAcceptObserver(StreamSocketPosix* socket) { in DeregisterAcceptObserver()
66 void TlsDataRouterPosix::OnConnectionDestroyed(TlsConnectionPosix* connection) { in OnConnectionDestroyed()
71 void TlsDataRouterPosix::OnSocketDestroyed(StreamSocketPosix* socket, in OnSocketDestroyed()
123 void TlsDataRouterPosix::RemoveWatchedSocket(StreamSocketPosix* socket) { in RemoveWatchedSocket()
H A Dtls_connection_factory_posix.cc74 std::unique_ptr<TlsConnectionPosix> connection( in Connect() local
126 auto socket = std::make_unique<StreamSocketPosix>(local_address); in Listen() local
143 void TlsConnectionFactoryPosix::OnConnectionPending(StreamSocketPosix* socket) { in OnConnectionPending()
170 std::unique_ptr<StreamSocket> socket) { in OnSocketAccepted()
175 std::unique_ptr<TlsConnectionPosix> connection( in OnSocketAccepted() local
185 bool TlsConnectionFactoryPosix::ConfigureSsl(TlsConnectionPosix* connection) { in ConfigureSsl()
235 std::unique_ptr<TlsConnectionPosix> connection) { in Connect()
276 std::unique_ptr<TlsConnectionPosix> connection) { in Accept()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dconnection_pool.cc38 BareosSocket* socket, in Connection()
122 Connection* connection = nullptr; in cleanup() local
142 bool ConnectionPool::add(Connection* connection) in add()
155 BareosSocket* socket, in add_connection()
158 Connection* connection in add_connection() local
169 Connection* connection = nullptr; in get_connection() local
184 Connection* connection = nullptr; in get_connection() local
220 bool ConnectionPool::remove(Connection* connection) in remove()
238 Connection* connection = nullptr; in remove() local
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dconnection_pool.cc38 BareosSocket* socket, in Connection()
122 Connection* connection = nullptr; in cleanup() local
142 bool ConnectionPool::add(Connection* connection) in add()
155 BareosSocket* socket, in add_connection()
158 Connection* connection in add_connection() local
169 Connection* connection = nullptr; in get_connection() local
184 Connection* connection = nullptr; in get_connection() local
220 bool ConnectionPool::remove(Connection* connection) in remove()
238 Connection* connection = nullptr; in remove() local
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dconnection_pool.cc38 BareosSocket* socket, in Connection()
122 Connection* connection = nullptr; in cleanup() local
142 bool ConnectionPool::add(Connection* connection) in add()
155 BareosSocket* socket, in add_connection()
158 Connection* connection in add_connection() local
169 Connection* connection = nullptr; in get_connection() local
184 Connection* connection = nullptr; in get_connection() local
220 bool ConnectionPool::remove(Connection* connection) in remove()
238 Connection* connection = nullptr; in remove() local
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dconnection_pool.cc38 BareosSocket* socket, in Connection()
122 Connection* connection = nullptr; in cleanup() local
142 bool ConnectionPool::add(Connection* connection) in add()
155 BareosSocket* socket, in add_connection()
158 Connection* connection in add_connection() local
169 Connection* connection = nullptr; in get_connection() local
184 Connection* connection = nullptr; in get_connection() local
220 bool ConnectionPool::remove(Connection* connection) in remove()
238 Connection* connection = nullptr; in remove() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/backend/mixer/
H A Dmixer_service_receiver.cc28 std::unique_ptr<mixer_service::MixerSocket> socket) in ControlConnection()
134 std::unique_ptr<mixer_service::MixerSocket> socket, in CreateOutputStream()
138 auto* connection = new MixerInputConnection(mixer_, std::move(socket), in CreateOutputStream() local
144 std::unique_ptr<mixer_service::MixerSocket> socket, in CreateLoopbackConnection()
146 auto connection = in CreateLoopbackConnection() local
152 std::unique_ptr<mixer_service::MixerSocket> socket, in CreateAudioRedirection()
164 std::unique_ptr<mixer_service::MixerSocket> socket, in CreateControlConnection()
166 auto connection = in CreateControlConnection() local
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dconnection_pool.cc38 BareosSocket* socket, in Connection()
132 Connection* connection = NULL; in cleanup() local
152 bool ConnectionPool::add(Connection* connection) in add()
165 BareosSocket* socket, in add_connection()
168 Connection* connection = in add_connection() local
184 Connection* connection = NULL; in get_connection() local
208 Connection* connection = NULL; in get_connection() local
244 bool ConnectionPool::remove(Connection* connection) in remove()
263 Connection* connection = NULL; in remove() local
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dconnection_pool.cc33 Connection::Connection(const char* name, int protocol_version, BareosSocket* socket, bool authentic… in Connection()
135 Connection *connection = NULL; in cleanup() local
154 bool ConnectionPool::add(Connection* connection) in add()
165 …onPool::add_connection(const char* name, int fd_protocol_version, BareosSocket* socket, bool authe… in add_connection()
167 Connection *connection = New(Connection(name, fd_protocol_version, socket, authenticated)); in add_connection() local
182 Connection *connection = NULL; in get_connection() local
209 Connection *connection = NULL; in get_connection() local
247 bool ConnectionPool::remove(Connection *connection) in remove()
266 Connection *connection = NULL; in remove() local
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dconnection_pool.cc38 BareosSocket* socket, in Connection()
132 Connection* connection = NULL; in cleanup() local
152 bool ConnectionPool::add(Connection* connection) in add()
165 BareosSocket* socket, in add_connection()
168 Connection* connection = in add_connection() local
184 Connection* connection = NULL; in get_connection() local
208 Connection* connection = NULL; in get_connection() local
244 bool ConnectionPool::remove(Connection* connection) in remove()
263 Connection* connection = NULL; in remove() local
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dconnection_pool.cc33 Connection::Connection(const char* name, int protocol_version, BareosSocket* socket, bool authentic… in Connection()
135 Connection *connection = NULL; in cleanup() local
154 bool ConnectionPool::add(Connection* connection) in add()
165 …onPool::add_connection(const char* name, int fd_protocol_version, BareosSocket* socket, bool authe… in add_connection()
167 Connection *connection = New(Connection(name, fd_protocol_version, socket, authenticated)); in add_connection() local
182 Connection *connection = NULL; in get_connection() local
209 Connection *connection = NULL; in get_connection() local
247 bool ConnectionPool::remove(Connection *connection) in remove()
266 Connection *connection = NULL; in remove() local
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dconnection_pool.cc33 Connection::Connection(const char* name, int protocol_version, BareosSocket* socket, bool authentic… in Connection()
135 Connection *connection = NULL; in cleanup() local
154 bool ConnectionPool::add(Connection* connection) in add()
165 …onPool::add_connection(const char* name, int fd_protocol_version, BareosSocket* socket, bool authe… in add_connection()
167 Connection *connection = New(Connection(name, fd_protocol_version, socket, authenticated)); in add_connection() local
182 Connection *connection = NULL; in get_connection() local
209 Connection *connection = NULL; in get_connection() local
247 bool ConnectionPool::remove(Connection *connection) in remove()
266 Connection *connection = NULL; in remove() local
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dconnection_pool.cc38 BareosSocket* socket, in Connection()
132 Connection* connection = NULL; in cleanup() local
152 bool ConnectionPool::add(Connection* connection) in add()
165 BareosSocket* socket, in add_connection()
168 Connection* connection = in add_connection() local
184 Connection* connection = NULL; in get_connection() local
208 Connection* connection = NULL; in get_connection() local
244 bool ConnectionPool::remove(Connection* connection) in remove()
263 Connection* connection = NULL; in remove() local
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Dconnection_pool.cc33 Connection::Connection(const char* name, int protocol_version, BareosSocket* socket, bool authentic… in Connection()
135 Connection *connection = NULL; in cleanup() local
154 bool ConnectionPool::add(Connection* connection) in add()
165 …onPool::add_connection(const char* name, int fd_protocol_version, BareosSocket* socket, bool authe… in add_connection()
167 Connection *connection = New(Connection(name, fd_protocol_version, socket, authenticated)); in add_connection() local
182 Connection *connection = NULL; in get_connection() local
209 Connection *connection = NULL; in get_connection() local
247 bool ConnectionPool::remove(Connection *connection) in remove()
266 Connection *connection = NULL; in remove() local
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dconnection_pool.cc38 BareosSocket* socket, in Connection()
132 Connection* connection = NULL; in cleanup() local
152 bool ConnectionPool::add(Connection* connection) in add()
165 BareosSocket* socket, in add_connection()
168 Connection* connection = in add_connection() local
184 Connection* connection = NULL; in get_connection() local
208 Connection* connection = NULL; in get_connection() local
244 bool ConnectionPool::remove(Connection* connection) in remove()
263 Connection* connection = NULL; in remove() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/impl/
H A Dtls_connection_factory_posix.cc79 std::unique_ptr<TlsConnectionPosix> connection( in Connect() local
131 auto socket = std::make_unique<StreamSocketPosix>(local_address); in Listen() local
148 void TlsConnectionFactoryPosix::OnConnectionPending(StreamSocketPosix* socket) { in OnConnectionPending()
175 std::unique_ptr<StreamSocket> socket) { in OnSocketAccepted()
180 std::unique_ptr<TlsConnectionPosix> connection( in OnSocketAccepted() local
190 bool TlsConnectionFactoryPosix::ConfigureSsl(TlsConnectionPosix* connection) { in ConfigureSsl()
240 std::unique_ptr<TlsConnectionPosix> connection) { in Connect()
282 std::unique_ptr<TlsConnectionPosix> connection) { in Accept()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/quic/testing/
H A Dfake_quic_connection_factory.cc20 QuicConnection* connection) { in OnConnectionClosed()
32 QuicConnection* connection, in OnOutgoingStream()
170 void FakeClientQuicConnectionFactory::OnError(UdpSocket* socket, Error error) { in OnError()
174 void FakeClientQuicConnectionFactory::OnSendError(UdpSocket* socket, in OnSendError()
179 void FakeClientQuicConnectionFactory::OnRead(UdpSocket* socket, in OnRead()
208 void FakeServerQuicConnectionFactory::OnError(UdpSocket* socket, Error error) { in OnError()
212 void FakeServerQuicConnectionFactory::OnSendError(UdpSocket* socket, in OnSendError()
217 void FakeServerQuicConnectionFactory::OnRead(UdpSocket* socket, in OnRead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/quic/testing/
H A Dfake_quic_connection_factory.cc20 QuicConnection* connection) { in OnConnectionClosed()
32 QuicConnection* connection, in OnOutgoingStream()
170 void FakeClientQuicConnectionFactory::OnError(UdpSocket* socket, Error error) { in OnError()
174 void FakeClientQuicConnectionFactory::OnSendError(UdpSocket* socket, in OnSendError()
179 void FakeClientQuicConnectionFactory::OnRead(UdpSocket* socket, in OnRead()
208 void FakeServerQuicConnectionFactory::OnError(UdpSocket* socket, Error error) { in OnError()
212 void FakeServerQuicConnectionFactory::OnSendError(UdpSocket* socket, in OnSendError()
217 void FakeServerQuicConnectionFactory::OnRead(UdpSocket* socket, in OnRead()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/sql/
H A Dint8.sql2 -- INT8
3 -- Test int8 64-bit integers.
/dports/www/elinks/elinks-0.11.7/src/network/
H A Dconnection.h15 struct connection { struct
37 /* Called if non NULL when shutting down a connection. */ argument
38 void (*done)(struct connection *); argument
42 enum connection_state state; argument
43 enum connection_state prev_error; argument
46 struct socket *socket; member
63 * connection to the host already exists before creating a new one. If argument
69 enum connection_priority pri[PRIORITIES]; argument
83 void set_connection_state(struct connection *, enum connection_state); argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/
H A DTestServers.java84 ServerSocket socket = new ServerSocket(0, 100, in startNewServer() local
184 final ServerSocket socket = in start() local
252 protected final Socket socket; field in TestServers.AbstractTcpServer.TcpConnectionThread
254 protected TcpConnectionThread(Socket socket) { in TcpConnectionThread()
293 TcpConnectionThread connection) { in addConnection()
303 TcpConnectionThread connection) { in removeConnection()
361 public EchoConnection(Socket socket) { in EchoConnection()
426 protected void addConnection(TcpConnectionThread connection) { in addConnection()
431 protected void removeConnection(TcpConnectionThread connection) { in removeConnection()
564 final DatagramSocket socket = in start() local
[all …]

12345678910>>...35