Home
last modified time | relevance | path

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

12345678

/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.js393 this.connecting = false;
657 return this.connecting;
664 return !this._handle || this.connecting;
673 if (this.connecting) {
717 'isConnecting?', !!this.connecting,
721 if (this.connecting || !this._handle) {
741 if (this.connecting) {
754 if (this[kBuffer] && !this.connecting && this._handle &&
768 if (this[kBuffer] && !this.connecting && this._handle &&
777 if (this[kBuffer] && !this.connecting && this._handle &&
[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);
Dtest-net-write-cb-on-destroy-before-connect.js17 assert(socket.connecting);
Dtest-net-remote-address.js12 strictEqual(socket.connecting, true);
/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.c74 bool connecting; member
148 timeout = Curl_timeleft(data, &now, run[i].connecting);
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c68 bool connecting; member
174 if (card->connecting) in card_connect()
177 card->connecting = true; in card_connect()
184 card->connecting = false; in card_connect()
191 if (card->connecting) in card_connect()
713 card->connecting = false; in hf_audio_agent_new_connection()
/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/node/doc/api/
Ddebugger.md21 connecting to 127.0.0.1:9229 ... ok
50 connecting to 127.0.0.1:9229 ... ok
136 connecting to 127.0.0.1:9229 ... ok
163 connecting to 127.0.0.1:9229 ... ok
/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/node/test/sequential/
Dtest-net-connect-handle-econnrefused.js30 assert.strictEqual(c.connecting, false);
/third_party/curl/docs/cmdline-opts/
Dsocks5-basic.md17 Tells curl to use username/password authentication when connecting to a SOCKS5
Dtlsv1.3.md19 Forces curl to use TLS version 1.3 or later when connecting to a remote TLS
Dsocks5-gssapi.md17 Tells curl to use GSS-API authentication when connecting to a SOCKS5 proxy.
Dtlsv1.0.md18 Forces curl to use TLS version 1.0 or later when connecting to a remote TLS server.
Dtlsv1.2.md19 Forces curl to use TLS version 1.2 or later when connecting to a remote TLS server.
Dtlsv1.1.md19 Forces curl to use TLS version 1.1 or later when connecting to a remote TLS server.
Dftp-alternative-to-user.md21 When connecting to Tumbleweed's Secure Transport server over FTPS using a
/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

12345678