Searched refs:ares_options (Results 1 - 10 of 10) sorted by relevance
/third_party/cares/include/ |
H A D | ares.h | 242 /* NOTE about the ares_options struct to users and developers. 259 struct ares_options { struct 342 struct ares_options *options, 346 struct ares_options *options, 349 CARES_EXTERN void ares_destroy_options(struct ares_options *options);
|
/third_party/node/deps/cares/include/ |
H A D | ares.h | 298 /* NOTE about the ares_options struct to users and developers. 315 struct ares_options { struct 396 const struct ares_options *options, 400 struct ares_options *options, int *optmask); 402 CARES_EXTERN void ares_destroy_options(struct ares_options *options);
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_options.c | 39 void ares_destroy_options(struct ares_options *options) in ares_destroy_options() 85 int ares_save_options(ares_channel_t *channel, struct ares_options *options, in ares_save_options() 91 * struct ares_options changes over time, so if someone compiled in ares_save_options() 257 const struct ares_options *options, in ares__init_by_options()
|
H A D | ares_init.c | 297 const struct ares_options *options, int optmask) in ares_init_options() 448 struct ares_options opts; in ares_dup()
|
H A D | ares_private.h | 304 /* Path for resolv.conf file, configurable via ares_options */ 307 /* Path for hosts file, configurable via ares_options */ 379 const struct ares_options *options,
|
/third_party/node/deps/cares/src/tools/ |
H A D | ahost.c | 68 struct ares_options options; in main()
|
H A D | adig.c | 72 struct ares_options options;
|
/third_party/nghttp2/src/ |
H A D | shrpx_dns_resolver.cc | 155 ares_options opts{}; in resolve()
|
/third_party/curl/lib/ |
H A D | asyn-ares.c | 174 struct ares_options options; in Curl_resolver_init()
|
/third_party/node/src/ |
H A D | cares_wrap.cc | 712 struct ares_options options; in Setup()
|
Completed in 12 milliseconds