Home
last modified time | relevance | path

Searched refs:sock_state_cb (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_private.h317 ares_sock_state_cb sock_state_cb; member
369 if ((c)->sock_state_cb) \
370 (c)->sock_state_cb((c)->sock_state_cb_data, (s), (r), (w)); \
Dares_init.c164 channel->sock_state_cb = NULL; in ares_init_options()
369 options->sock_state_cb = channel->sock_state_cb; in ares_save_options()
466 if ((optmask & ARES_OPT_SOCK_STATE_CB) && channel->sock_state_cb == NULL) in init_by_options()
468 channel->sock_state_cb = options->sock_state_cb; in init_by_options()
Dares.h269 ares_sock_state_cb sock_state_cb; member
/external/curl/lib/
Dasyn-ares.c158 options.sock_state_cb = Curl_ares_sock_state_cb; in Curl_resolver_init()