Home
last modified time | relevance | path

Searched defs:connected (Results 1 – 25 of 66) 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.c928 bool *connected, in wscp_perform()
939 bool *connected, in wsftp_perform()
969 bool connected = 0; in wssh_do() local
Dlibssh.c2307 bool *connected, bool *dophase_done) in scp_perform()
2332 bool connected = 0; in myssh_do_it() local
2486 bool *connected, in sftp_perform()
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgsthdv1394src.h63 gboolean connected; member
Dgstdv1394src.h71 gboolean connected; member
/third_party/curl/lib/
Dftp.c433 bool connected; in InitiateTransfer() local
477 static CURLcode AllowServerConnect(struct Curl_easy *data, bool *connected) in AllowServerConnect()
2433 bool connected; in ftp_state_stor_resp() local
2549 bool connected; in ftp_state_get_resp() local
3591 bool connected = FALSE; in ftp_do_more() local
3735 bool *connected, /* connect status after PASV / PORT */ in ftp_perform()
4280 static CURLcode ftp_dophase_done(struct Curl_easy *data, bool connected) in ftp_dophase_done()
4341 bool connected = FALSE; in ftp_regular_transfer() local
Dpop3.c1192 static CURLcode pop3_perform(struct Curl_easy *data, bool *connected, in pop3_perform()
1287 static CURLcode pop3_dophase_done(struct Curl_easy *data, bool connected) in pop3_dophase_done()
1324 bool connected = FALSE; in pop3_regular_transfer() local
Dimap.c1565 static CURLcode imap_perform(struct Curl_easy *data, bool *connected, in imap_perform()
1695 static CURLcode imap_dophase_done(struct Curl_easy *data, bool connected) in imap_dophase_done()
1737 bool connected = FALSE; in imap_regular_transfer() local
Dsmtp.c1480 static CURLcode smtp_perform(struct Curl_easy *data, bool *connected, in smtp_perform()
1592 static CURLcode smtp_dophase_done(struct Curl_easy *data, bool connected) in smtp_dophase_done()
1634 bool connected = FALSE; in smtp_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/gstreamer/gstplugins_good/ext/shout2/
Dgstshout2.h66 gboolean connected; member
/third_party/libwebsockets/include/libwebsockets/
Dlws-adopt.h120 uint8_t connected:1; member
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.h99 gboolean connected; member

123