/third_party/libwebsockets/lib/abstract/transports/ |
D | raw-skt.c | 35 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/ |
D | net.js | 393 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/ |
D | test-net-socket-connecting.js | 11 assert.strictEqual(client.connecting, false); 17 assert.strictEqual(client.connecting, true);
|
D | test-tls-generic-stream.js | 29 assert.strictEqual(clientTLS.connecting, false); 30 assert.strictEqual(serverTLS.connecting, false);
|
D | test-tls-connect-given-socket.js | 82 const connecting = net.connect(port); 83 establish(connecting);
|
D | test-net-write-cb-on-destroy-before-connect.js | 17 assert(socket.connecting);
|
D | test-net-remote-address.js | 12 strictEqual(socket.connecting, true);
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | README.md | 50 [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/ |
D | asyncore.py | 222 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/ |
D | unit1303.c | 74 bool connecting; member 148 timeout = Curl_timeleft(data, &now, run[i].connecting);
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | backend-ofono.c | 68 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-metadata/ |
D | README.md | 24 -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-post/ |
D | README.md | 24 -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-blob/ |
D | README.md | 24 -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/ |
D | README.md | 24 -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/doc/api/ |
D | debugger.md | 21 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/node/test/sequential/ |
D | test-net-connect-handle-econnrefused.js | 30 assert.strictEqual(c.connecting, false);
|
/third_party/curl/docs/cmdline-opts/ |
D | ftp-alternative-to-user.d | 14 When connecting to Tumbleweed's Secure Transport server over FTPS using a
|
D | socks5-basic.d | 11 Tells curl to use username/password authentication when connecting to a SOCKS5
|
D | socks5-gssapi.d | 11 Tells curl to use GSS-API authentication when connecting to a SOCKS5 proxy.
|
D | tlsv1.3.d | 12 Forces curl to use TLS version 1.3 or later when connecting to a remote TLS
|
D | tlsv1.0.d | 12 Forces curl to use TLS version 1.0 or later when connecting to a remote TLS server.
|
D | tlsv1.2.d | 12 Forces curl to use TLS version 1.2 or later when connecting to a remote TLS server.
|
D | tlsv1.1.d | 12 Forces curl to use TLS version 1.1 or later when connecting to a remote TLS server.
|
/third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/ |
D | README.md | 24 [2019/04/17 05:12:06:5635] NOTICE: LGSSMTP_IDLE: connecting to 127.0.0.1:25
|