Searched refs:channelptr (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_init.c | 74 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/ |
D | ares.h | 339 CARES_EXTERN int ares_init(ares_channel *channelptr); 341 CARES_EXTERN int ares_init_options(ares_channel *channelptr,
|
/third_party/node/deps/cares/include/ |
D | ares.h | 393 CARES_EXTERN int ares_init(ares_channel_t **channelptr); 395 CARES_EXTERN int ares_init_options(ares_channel_t **channelptr,
|
/third_party/cares/ |
D | backport-001-CVE-2023-31147.patch | 206 @@ -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,
|