Searched refs:resolvconf_path (Results 1 – 5 of 5) sorted by relevance
154 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 …]
39 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()
335 char *resolvconf_path; member
89 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));
287 char *resolvconf_path; member