Searched refs:ares_send_ex (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares_send.c | 51 ares_status_t ares_send_ex(ares_channel_t *channel, const unsigned char *qbuf, in ares_send_ex() function 162 ares_send_ex(channel, qbuf, (size_t)qlen, callback, arg, NULL); in ares_send()
|
H A D | ares_query.c | 82 status = ares_send_ex(channel, qbuf, (size_t)qlen, qcallback, qquery, qid); in ares_query_qid()
|
H A D | ares_private.h | 346 ares_status_t ares_send_ex(ares_channel_t *channel, const unsigned char *qbuf,
|
Completed in 2 milliseconds