Searched refs:ares_options (Results 1 – 21 of 21) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-init.cc | 56 struct ares_options opts = {0}; in TEST_F() 99 struct ares_options opts2 = {0}; in TEST_F() 142 struct ares_options opts = {0}; in TEST_F() 209 struct ares_options opts2; in TEST_F() 342 struct ares_options opts; 365 struct ares_options opts = {0}; 393 struct ares_options opts; 415 struct ares_options options = {0}; 443 struct ares_options opts; 462 struct ares_options opts; [all …]
|
D | ares-test-mock.cc | 294 static struct ares_options* FillOptions(struct ares_options * opts) { in FillOptions() 295 memset(opts, 0, sizeof(struct ares_options)); in FillOptions() 302 struct ares_options opts_; 335 static struct ares_options* FillOptions(struct ares_options * opts, int flags) { in FillOptions() 336 memset(opts, 0, sizeof(struct ares_options)); in FillOptions() 341 struct ares_options opts_; 764 struct ares_options options; in TEST_P() 1052 struct ares_options opts = {0}; in TEST_P() 1097 struct ares_options opts = {0}; in TEST_P()
|
D | ares-test.h | 116 struct ares_options opts = {0}; in DefaultChannelModeTest() 178 …MockChannelOptsTest(int count, int family, bool force_tcp, struct ares_options* givenopts, int opt…
|
D | ares-test.cc | 392 struct ares_options* givenopts, in MockChannelOptsTest() 397 struct ares_options opts; in MockChannelOptsTest()
|
D | ares-test-internal.cc | 410 struct ares_options opts; in TEST_F()
|
D | ares-test-live.cc | 567 struct ares_options opts = {0}; in TEST_F()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares.h | 255 struct ares_options { struct 331 struct ares_options *options, 335 struct ares_options *options, 338 CARES_EXTERN void ares_destroy_options(struct ares_options *options);
|
D | ares_destroy.c | 25 void ares_destroy_options(struct ares_options *options) in ares_destroy_options()
|
D | ahost.c | 55 struct ares_options options; in main()
|
D | Makefile.inc | 26 ares_options.c \
|
D | ares_init.c | 69 const struct ares_options *options, 110 int ares_init_options(ares_channel *channelptr, struct ares_options *options, in ares_init_options() 266 struct ares_options opts; in ares_dup() 335 int ares_save_options(ares_channel channel, struct ares_options *options, in ares_save_options() 342 memset(options, 0, sizeof(struct ares_options)); in ares_save_options() 442 const struct ares_options *options, in init_by_options()
|
D | adig.c | 186 struct ares_options options; in main()
|
D | CHANGES.0 | 366 them for existing "struct ares_options" so that we can eventually deprecate
|
/external/grpc-grpc/third_party/cares/ |
D | cares.BUILD | 92 "ares_options.c",
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/ |
D | cares.BUILD | 149 "ares_options.c",
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver.cc | 124 ares_options opts; in grpc_ares_ev_driver_create_locked()
|
/external/curl/lib/ |
D | asyn-ares.c | 156 struct ares_options options; in Curl_resolver_init()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/vc/cares/ |
D | vc6cares.dsp | 245 SOURCE=..\..\ares_options.c
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.cc | 536 ares_options opts; in grpc_ares_ev_driver_create_locked()
|
/external/grpc-grpc/ |
D | grpc.gemspec | 1277 s.files += %w( third_party/cares/cares/ares_options.c )
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.gemspec | 1937 s.files += %w( third_party/cares/cares/ares_options.c )
|