Home
last modified time | relevance | path

Searched defs:connected (Results 51 - 75 of 90) sorted by relevance

1234

/third_party/curl/lib/
H A Dpop3.c1188 static CURLcode pop3_perform(struct Curl_easy *data, bool *connected, in pop3_perform() argument
1283 static CURLcode pop3_dophase_done(struct Curl_easy *data, bool connected) in pop3_dophase_done() argument
1320 bool connected = FALSE; in pop3_regular_transfer() local
H A Dconnect.c545 baller_connect(struct Curl_cfilter *cf, struct Curl_easy *data, struct eyeballer *baller, struct curltime *now, bool *connected) baller_connect() argument
580 is_connected(struct Curl_cfilter *cf, struct Curl_easy *data, bool *connected) is_connected() argument
[all...]
H A Dimap.c1557 static CURLcode imap_perform(struct Curl_easy *data, bool *connected, in imap_perform() argument
1687 static CURLcode imap_dophase_done(struct Curl_easy *data, bool connected) in imap_dophase_done() argument
1729 bool connected = FALSE; in imap_regular_transfer() local
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc292 int connected = 0; member in __anon15477::ServerHolder
H A Dtest_inspector_socket.cc189 static bool connected = false; member
[all...]
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c1012 altcp_mbedtls_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_mbedtls_connect() argument
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py33 connected = None variable in MyBaseProto
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp444 void AudioManagerProxy::NotifyDeviceInfo(std::string networkId, bool connected) in NotifyDeviceInfo() argument
/third_party/curl/lib/vquic/
H A Dcurl_msh3.c124 bool connected; member
/third_party/backends/backend/
H A Dnet.c325 SANE_Bool connected = SANE_FALSE; local
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uac.h64 volatile int connected; /* Connected to USB host ? */ member
H A Drndis.c148 bool connected; /* Connection status indicator */ member
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc1540 int HttpDownstreamConnection::connected() { in connected() function in shrpx::HttpDownstreamConnection
/third_party/lwip/src/include/lwip/
H A Dtcp.h356 tcp_connected_fn connected; member
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_dgram.c106 unsigned int connected; member
123 unsigned int connected; member
/third_party/openssl/crypto/bio/
H A Dbss_dgram.c106 unsigned int connected; member
123 unsigned int connected; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/
H A Dhi_comm_hdmi_adapt.h151 hi_bool connected; member
438 hi_bool connected; /* The Device is connected or disconnected */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dtcp.h507 tcp_connected_fn connected; member
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dgadget.h453 unsigned connected : 1; member
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dgadget.h462 unsigned connected:1; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp1190 std::unique_ptr<State> connected = std::make_unique<Connected>(*this, device); in StateMachine() local
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_manager_stub.cpp390 const bool connected = data.ReadBool(); in HandleNotifyDeviceInfo() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp297 void RSScreenManager::OnHotPlug(std::shared_ptr<HdiOutput> &output, bool connected, void *data) in OnHotPlug() argument
319 void RSScreenManager::OnHotPlugEvent(std::shared_ptr<HdiOutput> &output, bool connected) in OnHotPlugEvent() argument
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp605 bool connected = false; in TcpSendEvent() local
1708 bool connected = false; in IsRemoteConnect() local
/third_party/curl/lib/vssh/
H A Dlibssh2.c3451 bool connected = 0; in ssh_do() local
3405 scp_perform(struct Curl_easy *data, bool *connected, bool *dophase_done) scp_perform() argument
3594 sftp_perform(struct Curl_easy *data, bool *connected, bool *dophase_done) sftp_perform() argument
[all...]

Completed in 49 milliseconds

1234