Home
last modified time | relevance | path

Searched defs:connected (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-internal-socket-list-send.js14 const child = Object.assign(new EventEmitter(), { connected: false }); property
32 connected: true, property
55 connected: true, property
75 connected: true, property
100 connected: true, property
129 connected: true, property
Dtest-internal-socket-list-receive.js14 connected: false, property
26 connected: true, property
40 connected: true, property
Dtest-process-getactiveresources-track-active-handles.js18 net.connect(server.address().port, function connected() { function
Dtest-tls-secure-session.js24 let connected = false; variable
Dtest-process-getactivehandles.js18 net.connect(server.address().port, function connected() { function
Dtest-child-process-fork-net.js95 let connected = 0; variable
Dtest-dgram-send-bad-arguments.js31 function checkArgs(connected) { argument
Dtest-http-1.0-keep-alive.js132 function connected() { function
/third_party/node/deps/undici/src/lib/
Dpool-stats.js9 get connected () { getter in PoolStats
/third_party/curl/lib/vssh/
Dwolfssh.c921 bool *connected, in wscp_perform()
932 bool *connected, in wsftp_perform()
962 bool connected = 0; in wssh_do() local
Dlibssh.c2295 bool *connected, bool *dophase_done) in scp_perform()
2320 bool connected = 0; in myssh_do_it() local
2474 bool *connected, in sftp_perform()
Dlibssh2.c3406 bool *connected, in scp_perform()
3451 bool connected = 0; in ssh_do() local
3595 bool *connected, in sftp_perform()
/third_party/curl/lib/
Dftp.c439 bool connected; in InitiateTransfer() local
483 static CURLcode AllowServerConnect(struct Curl_easy *data, bool *connected) in AllowServerConnect()
2436 bool connected; in ftp_state_stor_resp() local
2552 bool connected; in ftp_state_get_resp() local
3584 bool connected = FALSE; in ftp_do_more() local
3728 bool *connected, /* connect status after PASV / PORT */ in ftp_perform()
4271 static CURLcode ftp_dophase_done(struct Curl_easy *data, bool connected) in ftp_dophase_done()
4332 bool connected = FALSE; in ftp_regular_transfer() local
Dpop3.c1188 static CURLcode pop3_perform(struct Curl_easy *data, bool *connected, in pop3_perform()
1283 static CURLcode pop3_dophase_done(struct Curl_easy *data, bool connected) in pop3_dophase_done()
1320 bool connected = FALSE; in pop3_regular_transfer() local
Dsmtp.c1474 static CURLcode smtp_perform(struct Curl_easy *data, bool *connected, in smtp_perform()
1588 static CURLcode smtp_dophase_done(struct Curl_easy *data, bool connected) in smtp_dophase_done()
1630 bool connected = FALSE; in smtp_regular_transfer() local
Dimap.c1557 static CURLcode imap_perform(struct Curl_easy *data, bool *connected, in imap_perform()
1687 static CURLcode imap_dophase_done(struct Curl_easy *data, bool connected) in imap_dophase_done()
1729 bool connected = FALSE; in imap_regular_transfer() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst.c23 Boolean connected, in fst_ctrl_iface_notify_peer_state_change()
Dfst_ctrl_aux.h62 Boolean connected; member
/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.c183 static int uvc_wait_host_sub(uvc_t hdl, int *connected) in uvc_wait_host_sub()
215 int uvc_wait_host(uvc_t hdl, int wait_option, int *connected) in uvc_wait_host()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst.c23 bool connected, in fst_ctrl_iface_notify_peer_state_change()
Dfst_ctrl_aux.h62 bool connected; member
/third_party/libwebsockets/include/libwebsockets/
Dlws-adopt.h120 uint8_t connected:1; member
/third_party/lwip/src/include/lwip/
Daltcp.h75 altcp_connected_fn connected; member
/third_party/nghttp2/src/
Dshrpx_memcached_connection.cc213 int MemcachedConnection::connected() { in connected() function in shrpx::MemcachedConnection
/third_party/python/Lib/test/test_asyncio/
Dtest_sock_lowlevel.py18 connected = None variable in MyProto

123