Home
last modified time | relevance | path

Searched refs:ares_options (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-init.cc56 struct ares_options opts = {0}; in TEST_F()
101 struct ares_options opts2 = {0}; in TEST_F()
145 struct ares_options opts = {0}; in TEST_F()
214 struct ares_options opts2; in TEST_F()
349 struct ares_options opts;
372 struct ares_options opts = {0};
400 struct ares_options opts;
422 struct ares_options options = {0};
448 struct ares_options options = {0};
476 struct ares_options opts;
[all …]
Dares-test-mock-ai.cc248 static struct ares_options* FillOptions(struct ares_options * opts) { in FillOptions()
249 memset(opts, 0, sizeof(struct ares_options)); in FillOptions()
256 struct ares_options opts_;
293 static struct ares_options* FillOptions(struct ares_options * opts, int ndots) { in FillOptions()
294 memset(opts, 0, sizeof(struct ares_options)); in FillOptions()
302 struct ares_options opts_;
343 static struct ares_options* FillOptions(struct ares_options * opts, int flags) { in FillOptions()
344 memset(opts, 0, sizeof(struct ares_options)); in FillOptions()
349 struct ares_options opts_;
635 struct ares_options opts = {0}; in TEST_P()
[all …]
Dares-test-mock.cc299 static struct ares_options* FillOptions(struct ares_options * opts) { in FillOptions()
300 memset(opts, 0, sizeof(struct ares_options)); in FillOptions()
307 struct ares_options opts_;
340 static struct ares_options* FillOptions(struct ares_options * opts, int flags) { in FillOptions()
341 memset(opts, 0, sizeof(struct ares_options)); in FillOptions()
346 struct ares_options opts_;
775 struct ares_options options; in TEST_P()
1093 struct ares_options opts = {0}; in TEST_P()
1138 struct ares_options opts = {0}; in TEST_P()
Dares-test.h116 struct ares_options opts = {0}; in DefaultChannelModeTest()
179 …MockChannelOptsTest(int count, int family, bool force_tcp, struct ares_options* givenopts, int opt…
Dares-test.cc445 struct ares_options* givenopts, in MockChannelOptsTest()
450 struct ares_options opts; in MockChannelOptsTest()
Dares-test-internal.cc552 struct ares_options opts; in TEST_F()
Dares-test-live.cc664 struct ares_options opts = {0}; in TEST_F()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/include/
Dares.h268 struct ares_options { struct
352 struct ares_options *options,
356 struct ares_options *options,
359 CARES_EXTERN void ares_destroy_options(struct ares_options *options);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_init.c66 const struct ares_options *options,
106 int ares_init_options(ares_channel *channelptr, struct ares_options *options, in ares_init_options()
258 struct ares_options opts; in ares_dup()
327 int ares_save_options(ares_channel channel, struct ares_options *options, in ares_save_options()
334 memset(options, 0, sizeof(struct ares_options)); in ares_save_options()
444 const struct ares_options *options, in init_by_options()
DMakefile.inc33 ares_options.c \
Dares_destroy.c25 void ares_destroy_options(struct ares_options *options) in ares_destroy_options()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/tools/
Dahost.c56 struct ares_options options; in main()
Dadig.c164 struct ares_options options; in main()
/aosp_15_r20/external/grpc-grpc/third_party/cares/
H A Dcares.BUILD157 "src/lib/ares_options.c",
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/
Dcares.BUILD157 "src/lib/ares_options.c",
/aosp_15_r20/external/curl/lib/
H A Dasyn-ares.c177 struct ares_options options; in Curl_resolver_init()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/
H A Dares_resolver.cc194 ares_options opts = {}; in CreateAresResolver()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc523 ares_options opts; in grpc_ares_ev_driver_create_locked()
/aosp_15_r20/external/grpc-grpc/src/core/resolver/dns/c_ares/
H A Dgrpc_ares_wrapper.cc531 ares_options opts; in grpc_ares_ev_driver_create_locked()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
DCHANGES.0366 them for existing "struct ares_options" so that we can eventually deprecate
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dgrpc.gemspec2667 s.files += %w( third_party/cares/cares/src/lib/ares_options.c )
/aosp_15_r20/external/grpc-grpc/
H A Dgrpc.gemspec2998 s.files += %w( third_party/cares/cares/src/lib/ares_options.c )