Home
last modified time | relevance | path

Searched refs:connecting (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/third_party/libwebsockets/lib/abstract/transports/
Draw-skt.c35 uint8_t connecting:1; member
93 priv->connecting = 0; in callback_abs_client_raw_skt()
140 priv->connecting = 0; in callback_abs_client_raw_skt()
224 if (priv->connecting) in lws_atcrs_client_conn()
290 priv->connecting = 1; in lws_atcrs_client_conn()
346 if (!priv || !priv->wsi || (!priv->established && !priv->connecting)) in lws_atcrs_state()
/third_party/node/lib/
Dnet.js284 this.connecting = false;
537 return this.connecting;
543 return !this._handle || this.connecting;
551 if (this.connecting) {
593 if (this.connecting || !this._handle) {
611 if (this[kBuffer] && !this.connecting && this._handle &&
625 if (this[kBuffer] && !this.connecting && this._handle &&
634 if (this[kBuffer] && !this.connecting && this._handle &&
669 this.connecting = false;
776 if (this.connecting) {
[all …]
/third_party/node/test/parallel/
Dtest-net-socket-connecting.js11 assert.strictEqual(client.connecting, false);
17 assert.strictEqual(client.connecting, true);
Dtest-tls-generic-stream.js29 assert.strictEqual(clientTLS.connecting, false);
30 assert.strictEqual(serverTLS.connecting, false);
Dtest-tls-connect-given-socket.js82 const connecting = net.connect(port);
83 establish(connecting);
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
DREADME.md50 [2019/10/16 16:22:02:4114] N: lws_ss_client_connect: connecting 0 api.amazon.com /auth/o2/token
53 [2019/10/16 16:22:02:8754] N: lws_ss_client_connect: connecting 1 alexa.na.gateway.devices.a2z.com …
58 [2019/10/16 16:22:06:9381] N: lws_ss_client_connect: connecting 1 alexa.na.gateway.devices.a2z.com …
/third_party/python/Lib/
Dasyncore.py222 connecting = False variable in dispatcher
337 self.connecting = True
397 self.connecting = False
423 if self.connecting:
435 self.connecting = False
444 if self.connecting:
/third_party/curl/tests/unit/
Dunit1303.c72 bool connecting; member
146 timeout = Curl_timeleft(data, &now, run[i].connecting);
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c68 bool connecting; member
119 if (card->connecting) in card_connect()
122 card->connecting = true; in card_connect()
129 card->connecting = false; in card_connect()
136 if (card->connecting) in card_connect()
640 card->connecting = false; in hf_audio_agent_new_connection()
/third_party/boost/libs/graph/example/
Dremove_edge_if_undir.expected8 removing edges connecting 0 and 3
Dremove_edge_if_bidir.expected8 removing edges connecting 0 to 3
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
DREADME.md24 -f| Force connecting to the wrong endpoint to check backoff retry flow
33 [2019/08/12 07:16:12:6117] N: lws_ss_client_connect: connecting h1get warmcat.com /
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/
DREADME.md24 -f| Force connecting to the wrong endpoint to check backoff retry flow
33 [2019/08/12 07:16:12:6117] N: lws_ss_client_connect: connecting h1get warmcat.com /
/third_party/curl/docs/cmdline-opts/
Dftp-alternative-to-user.d9 When connecting to Tumbleweed's Secure Transport server over FTPS using a
Dsocks5-basic.d6 Tells curl to use username/password authentication when connecting to a SOCKS5
Dsocks5-gssapi.d6 Tells curl to use GSS-API authentication when connecting to a SOCKS5 proxy.
Dtlsv1.3.d7 Forces curl to use TLS version 1.3 or later when connecting to a remote TLS
Dtlsv1.1.d7 Forces curl to use TLS version 1.1 or later when connecting to a remote TLS server.
Dtlsv1.0.d7 Forces curl to use TLS version 1.0 or later when connecting to a remote TLS server.
Dtlsv1.2.d7 Forces curl to use TLS version 1.2 or later when connecting to a remote TLS server.
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
DREADME.md24 -f| Force connecting to the wrong endpoint to check backoff retry flow
34 [2019/08/12 07:16:12:6117] N: lws_ss_client_connect: connecting h1get warmcat.com /
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
DREADME.md24 -f| Force connecting to the wrong endpoint to check backoff retry flow
34 [2019/08/12 07:16:12:6117] N: lws_ss_client_connect: connecting h1get warmcat.com /
/third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/
DREADME.md24 [2019/04/17 05:12:06:5635] NOTICE: LGSSMTP_IDLE: connecting to 127.0.0.1:25
/third_party/node/deps/npm/node_modules/timed-out/
Dindex.js24 if (!(socket.connecting || socket._connecting)) {
/third_party/flutter/skia/src/gpu/gradients/
DGrSingleIntervalGradientColorizer.fp9 // two end points based on t. But it serves as a good test for connecting all of the plumbing into a

12345678910>>...13