Home
last modified time | relevance | path

Searched refs:ares_dup (Results 1 - 3 of 3) sorted by relevance

/third_party/cares/include/
H A Dares.h254 instead we encourage the use of the ares_dup() function. Needless to say,
255 if you add config options to c-ares you need to make sure ares_dup()
351 CARES_EXTERN int ares_dup(ares_channel *dest,
/third_party/node/deps/cares/include/
H A Dares.h310 instead we encourage the use of the ares_dup() function. Needless to say,
311 if you add config options to c-ares you need to make sure ares_dup()
404 CARES_EXTERN int ares_dup(ares_channel_t **dest, ares_channel_t *src);
/third_party/node/deps/cares/src/lib/
H A Dares_init.c444 /* ares_dup() duplicates a channel handle with all its options and returns a
446 int ares_dup(ares_channel_t **dest, ares_channel_t *src) in ares_dup() function

Completed in 5 milliseconds