Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_init.c74 int ares_init(ares_channel_t **channelptr) in ares_init() argument
76 return ares_init_options(channelptr, NULL, 0); in ares_init()
296 int ares_init_options(ares_channel_t **channelptr, in ares_init_options() argument
308 *channelptr = NULL; in ares_init_options()
414 *channelptr = channel; in ares_init_options()
/third_party/cares/include/
Dares.h339 CARES_EXTERN int ares_init(ares_channel *channelptr);
341 CARES_EXTERN int ares_init_options(ares_channel *channelptr,
/third_party/node/deps/cares/include/
Dares.h393 CARES_EXTERN int ares_init(ares_channel_t **channelptr);
395 CARES_EXTERN int ares_init_options(ares_channel_t **channelptr,
/third_party/cares/
Dbackport-001-CVE-2023-31147.patch206 @@ -165,6 +153,7 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options,
214 @@ -218,9 +207,13 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options,
230 @@ -242,6 +235,8 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options,