HomeSort by relevance Sort by last modified time
    Searched refs:sock_state_cb (Results 1 - 3 of 3) sorted by null

  /external/c-ares/
ares_private.h 302 ares_sock_state_cb sock_state_cb; member in struct:ares_channeldata
343 if ((c)->sock_state_cb) \
344 (c)->sock_state_cb((c)->sock_state_cb_data, (s), (r), (w)); \
ares_init.c 170 channel->sock_state_cb = NULL;
353 options->sock_state_cb = channel->sock_state_cb;
437 if ((optmask & ARES_OPT_SOCK_STATE_CB) && channel->sock_state_cb == NULL)
439 channel->sock_state_cb = options->sock_state_cb;
    [all...]
ares.h 264 ares_sock_state_cb sock_state_cb; member in struct:ares_options

Completed in 87 milliseconds