Home
last modified time | relevance | path

Searched refs:resolvconf_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_init.c154 channel->resolvconf_path = NULL; in ares_init_options()
234 if(channel->resolvconf_path) in ares_init_options()
235 ares_free(channel->resolvconf_path); in ares_init_options()
348 if (channel->resolvconf_path) in ares_save_options()
427 if (channel->resolvconf_path) { in ares_save_options()
428 options->resolvconf_path = ares_strdup(channel->resolvconf_path); in ares_save_options()
429 if (!options->resolvconf_path) in ares_save_options()
549 if ((optmask & ARES_OPT_RESOLVCONF) && !channel->resolvconf_path) in init_by_options()
551 channel->resolvconf_path = ares_strdup(options->resolvconf_path); in init_by_options()
552 if (!channel->resolvconf_path && options->resolvconf_path) in init_by_options()
[all …]
Dares_destroy.c39 if(options->resolvconf_path) in ares_destroy_options()
40 ares_free(options->resolvconf_path); in ares_destroy_options()
92 if (channel->resolvconf_path) in ares_destroy()
93 ares_free(channel->resolvconf_path); in ares_destroy()
Dares_private.h335 char *resolvconf_path; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-init.cc89 opts.resolvconf_path = strdup("/etc/resolv.conf"); in TEST_F()
119 EXPECT_EQ(std::string(opts.resolvconf_path), std::string(opts2.resolvconf_path)); in TEST_F()
178 opts.resolvconf_path = strdup("/etc/resolv.conf"); in TEST_F()
423 options.resolvconf_path = strdup(filename);
428 free(options.resolvconf_path);
429 options.resolvconf_path = NULL;
433 EXPECT_EQ(std::string(filename), std::string(options.resolvconf_path));
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/include/
Dares.h287 char *resolvconf_path; member