Searched refs:ares_save_options (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-init.cc | 101 EXPECT_EQ(ARES_SUCCESS, ares_save_options(channel2, &opts2, &optmask2)); in TEST_F() 215 EXPECT_EQ(ARES_ENOMEM, ares_save_options(channel, &opts2, &optmask2)) << ii; in TEST_F() 344 ares_save_options(channel, &opts, &optmask); 372 ares_save_options(channel, &opts, &optmask); 395 ares_save_options(channel, &opts, &optmask); 424 EXPECT_EQ(ARES_SUCCESS, ares_save_options(channel, &options, &optmask)); 445 ares_save_options(channel, &opts, &optmask); 464 ares_save_options(channel, &opts, &optmask); 501 ares_save_options(channel, &opts, &optmask); 538 ares_save_options(channel, &opts, &optmask); [all …]
|
D | ares-test-mock.cc | 767 EXPECT_EQ(ARES_SUCCESS, ares_save_options(channel_, &options, &optmask)); in TEST_P() 1054 EXPECT_EQ(ARES_SUCCESS, ares_save_options(channel_, &opts, &optmask)); in TEST_P() 1099 EXPECT_EQ(ARES_SUCCESS, ares_save_options(channel_, &opts, &optmask)); in TEST_P()
|
D | ares-test-internal.cc | 412 EXPECT_EQ(ARES_ENODATA, ares_save_options(channel_, &opts, &optmask)); in TEST_F()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.inc | 116 ares_save_options.3 \ 171 ares_save_options.html \ 226 ares_save_options.pdf \
|
D | CHANGES.0 | 87 mask ARES_OPT_SERVERS and ares_save_options() may still be used in code 91 using ares_init_options() or ares_save_options() at some point to handle 354 ares_save_options() will continue to work like today, but will ONLY save 370 should be used instead of ares_save_options(). 648 - Brad House provided a fix for ares_save_options(): 650 Apparently I overlooked something with the ares_save_options() where it 653 NULL, but on AIX it does, so ares_save_options would return ARES_ENOMEM. 707 - Brad House's man pages for ares_save_options() and ares_destroy_options() 742 - Brad House added ares_save_options() and ares_destroy_options() that can be 754 Solution: Create ares_save_options() and ares_destroy_options() functions to
|
D | ares.h | 334 CARES_EXTERN int ares_save_options(ares_channel channel,
|
D | ares_init.c | 276 rc = ares_save_options(src, &opts, &optmask); in ares_dup() 335 int ares_save_options(ares_channel channel, struct ares_options *options, in ares_save_options() function
|