/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/ |
D | README.md | 40 [2018/11/15 09:53:21:0976] USER: callback_minimal_spam: established (try 10, est 0, closed 0, err 0) 41 [2018/11/15 09:53:21:1041] USER: callback_minimal_spam: established (try 10, est 1, closed 0, err 0) 42 [2018/11/15 09:53:21:1089] USER: callback_minimal_spam: established (try 10, est 2, closed 0, err 0) 43 [2018/11/15 09:53:21:1132] USER: callback_minimal_spam: established (try 10, est 3, closed 0, err 0) 44 [2018/11/15 09:53:21:1166] USER: callback_minimal_spam: established (try 10, est 4, closed 0, err 0) 45 [2018/11/15 09:53:21:1531] USER: callback_minimal_spam: established (try 10, est 5, closed 0, err 0) 46 [2018/11/15 09:53:21:1563] USER: callback_minimal_spam: established (try 10, est 6, closed 0, err 0) 47 [2018/11/15 09:53:21:1589] USER: callback_minimal_spam: established (try 10, est 7, closed 0, err 0) 48 [2018/11/15 09:53:21:1616] USER: callback_minimal_spam: established (try 10, est 8, closed 0, err 0) 49 [2018/11/15 09:53:21:1671] USER: callback_minimal_spam: established (try 10, est 9, closed 0, err 0)
|
/third_party/node/deps/npm/node_modules/socks/ |
D | README.md | 68 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 77 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 87 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 98 …SOCKS proxies to ip-api.com. Once the connection to the destination is established it sends an HTT… 126 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 167 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 209 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 250 …as been accepted to the initial client and a full duplex stream is now established to the initial … 284 client.on('established', info => { 348 // When the UDP relay is established, this event is fired and includes the UDP relay port to send d… [all …]
|
/third_party/curl/tests/data/ |
D | test714 | 18 HTTP/1.1 200 Connection established 27 HTTP/1.1 200 Connection established 29 HTTP/1.1 200 Connection established
|
D | test715 | 19 HTTP/1.1 200 Connection established 28 HTTP/1.1 200 Connection established 30 HTTP/1.1 200 Connection established
|
D | test2050 | 17 HTTP/1.1 200 Connection established 31 HTTP/1.1 200 Connection established
|
D | test2055 | 18 HTTP/1.1 200 Connection established 32 HTTP/1.1 200 Connection established
|
/third_party/libwebsockets/lib/abstract/transports/ |
D | raw-skt.c | 34 uint8_t established:1; member 94 priv->established = 1; in callback_abs_client_raw_skt() 139 priv->established = 0; in callback_abs_client_raw_skt() 227 if (priv->established) { in lws_atcrs_client_conn() 301 if (!priv->wsi || !priv->established) in lws_atcrs_ask_for_writeable() 346 if (!priv || !priv->wsi || (!priv->established && !priv->connecting)) in lws_atcrs_state()
|
D | unit-test.c | 48 uint8_t established:1; member 209 priv->established = 1; in unit_test_sequencer_cb() 351 if (priv->established) { in lws_atcut_client_conn() 401 if (!priv->established) in lws_atcut_ask_for_writeable() 488 if (!priv || (!priv->established && !priv->connecting)) in lws_atcut_state()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/ |
D | minimal-ws-client.c | 58 char established; member 89 if (!vhd->established) in thread_spam() 227 vhd->established = 1; in callback_minimal_broker() 258 vhd->established = 0; in callback_minimal_broker() 272 if (vhd && vhd->client_wsi && vhd->established) in callback_minimal_broker()
|
D | README.md | 8 When a nailed-up client connection to the broker is established, the 28 [2018/03/16 16:04:34:5794] USER: callback_minimal_broker: established
|
/third_party/boost/libs/asio/doc/requirements/ |
D | synchronous_socket_operations.qbk | 29 [mdash] the effects of the operation cannot be established immediately 32 [inline_note And the effects of the operation are not established.] 35 until the effects are established.
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/ |
D | minimal-http-server-sse.c | 36 time_t established; member 61 pss->established = time(NULL); in callback_sse() 104 pss->established)); in callback_sse()
|
/third_party/libwebsockets/plugins/raw-proxy/ |
D | protocol_lws_raw_proxy.c | 74 char established[2]; member 159 !conn->established[side]) in flow_control() 267 conn->established[ONW] = 1; in callback_raw_proxy() 421 conn->established[ACC] = 1; in callback_raw_proxy() 481 if (conn->established[ONW] && !conn->closed[ONW]) in callback_raw_proxy() 488 if (!conn || !conn->established[ONW] || conn->closed[ONW]) in callback_raw_proxy()
|
/third_party/openssl/doc/man3/ |
D | SSL_get_current_cipher.pod | 24 the description of the actually used cipher of a connection established with 37 on the connection established with the B<ssl> object, but is not yet in use. 48 no session has been established.
|
D | BIO_s_accept.pod | 48 on the underlying connection. If no connection is established 117 When a connection is established a new socket BIO is created for 135 established connection and B<accept> will now be a single BIO 198 fprintf(stderr, "Connection 1 established\n"); 211 fprintf(stderr, "Connection 2 established\n"); 219 BIO_puts(cbio, "Connection 1: Second connection established\n"); 221 /* Close the two established connections */
|
D | BIO_s_connect.pod | 42 on the underlying connection. If no connection is established 44 a connection is established first. 91 should be made before the connection is established because 98 if the connection was established successfully. A zero or negative 99 value is returned if the connection could not be established, the 164 established and 0 or -1 if the connection failed.
|
D | BIO_f_ssl.pod | 43 the SSLs read and write BIOs. If an SSL connection is not established 99 if the connection was established successfully. A zero or negative 100 value is returned if the connection could not be established, the 103 already been established this call has no effect. 144 BIO_do_handshake() returns 1 if the connection was established successfully. 145 A zero or negative value is returned if the connection could not be established. 239 * By doing this when a new connection is established
|
D | SSL_get_session.pod | 30 TLSv1.2. In TLSv1.3 the same is true, but sessions are established after the 33 connection is established (or never). Calling these functions on the client side 34 in TLSv1.3 before the session has been established will still return an 48 The new session callback is only invoked when a session is actually established,
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcsctptransport.c | 123 _on_sctp_association_established (GstElement * sctpenc, gboolean established, in _on_sctp_association_established() argument 127 if (established) in _on_sctp_association_established() 131 sctp->association_established = established; in _on_sctp_association_established()
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/ |
D | bindExample.md | 21 … be used by creating a new SocksClient instance and listening for 'bound' and 'established' events. 61 client.on('established', (info) => { 76 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
|
D | connectExample.md | 40 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 101 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 166 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 224 client.on('established', (info) => { 226 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/ |
D | bindExample.md | 21 … be used by creating a new SocksClient instance and listening for 'bound' and 'established' events. 61 client.on('established', (info) => { 76 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
|
D | connectExample.md | 40 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 100 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 164 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the… 221 client.on('established', (info) => { 223 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
D | README.md | 37 [2020/01/22 05:38:48:1649] U: callback_minimal: established 59 established if done within the backoff period.
|
/third_party/boost/libs/python/doc/reference/ |
D | with_custodian_and_ward.qbk | 12 …e parameter which is the dependency in the lifetime relationship to be established. If used to wra… 13 …he parameter which is the dependent in the lifetime relationship to be established. If used to wra… 38 …e parameter which is the dependency in the lifetime relationship to be established. Zero indicates… 39 …he parameter which is the dependent in the lifetime relationship to be established. Zero indicates…
|