Searched refs:ares_init (Results 1 – 18 of 18) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-init.cc | 49 EXPECT_EQ(ARES_SUCCESS, ares_init(&channel)); in TEST() 131 int rc = ares_init(&channel); in TEST_F() 231 EXPECT_EQ(ARES_ENOMEM, ares_init(&channel)); in TEST_F() 241 EXPECT_EQ(ARES_SUCCESS, ares_init(&channel)); in TEST_F() 253 int rc = ares_init(&channel); in TEST_F() 297 EXPECT_EQ(ARES_ENOTINITIALIZED, ares_init(&channel)); in TEST() 337 EXPECT_EQ(ARES_SUCCESS, ares_init(&channel)); 391 EXPECT_EQ(ARES_SUCCESS, ares_init(&channel)); 441 EXPECT_EQ(ARES_SUCCESS, ares_init(&channel)); 460 EXPECT_EQ(ARES_SUCCESS, ares_init(&channel)); [all …]
|
D | ares-test.h | 94 EXPECT_EQ(ARES_SUCCESS, ares_init(&channel_)); in DefaultChannelTest()
|
D | Makefile.msvc | 71 !IF ! EXIST(..\ares_init.c)
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.inc | 20 ares_init.c \ 98 ares_init.3 \ 154 ares_init.html \ 209 ares_init.pdf \
|
D | buildconf | 62 test ! -f ares_init.c ||
|
D | Makefile.am | 170 SOURCEDMANPAGES = ares_init.3
|
D | CHANGES.0 | 57 o ares_init: Last, not first instance of domain or search should win 259 Make ares_init(), ares_dup() and ares_init_options() fail returning 349 ares_init() will be primary "channel creator" function. 678 set by ares_init.c:ares__generate_new_id() . I found that putting short r=0 732 Note that the key generation code (in ares_init:randomize_key) has two 745 Problem: Calling ares_init() for each lookup can be unnecessarily resource 747 on each call to ares_init(). On unix, it must read and parse 750 ares_init() once, but in a heavily multi-threaded environment, it is 751 undesirable to ares_init() and ares_destroy() for each thread created 813 (ares_init.c/get_iphlpapi_dns_info() function): when I disable the network [all …]
|
D | acountry.c | 137 status = ares_init(&channel); in main()
|
D | ares.h | 328 CARES_EXTERN int ares_init(ares_channel *channelptr);
|
D | Makefile.msvc | 83 !IF ! EXIST(.\ares_init.c)
|
D | ares_init.c | 105 int ares_init(ares_channel *channelptr) in ares_init() function
|
/external/rust/crates/grpcio-sys/grpc/test/build/ |
D | c-ares.c | 28 ares_init(&channelptr); in main()
|
/external/grpc-grpc/test/build/ |
D | c-ares.c | 28 ares_init(&channelptr); in main()
|
/external/grpc-grpc/third_party/cares/ |
D | cares.BUILD | 87 "ares_init.c",
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/ |
D | cares.BUILD | 144 "ares_init.c",
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/vc/cares/ |
D | vc6cares.dsp | 225 SOURCE=..\..\ares_init.c
|
/external/grpc-grpc/ |
D | grpc.gemspec | 1272 s.files += %w( third_party/cares/cares/ares_init.c )
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.gemspec | 2004 s.files += %w( third_party/cares/cares/ares_init.c )
|