Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_destroy.c41 if(options->hosts_path) in ares_destroy_options()
42 ares_free(options->hosts_path); in ares_destroy_options()
95 if (channel->hosts_path) in ares_destroy()
96 ares_free(channel->hosts_path); in ares_destroy()
Dares_init.c155 channel->hosts_path = NULL; in ares_init_options()
236 if(channel->hosts_path) in ares_init_options()
237 ares_free(channel->hosts_path); in ares_init_options()
351 if (channel->hosts_path) in ares_save_options()
434 if (channel->hosts_path) { in ares_save_options()
435 options->hosts_path = ares_strdup(channel->hosts_path); in ares_save_options()
436 if (!options->hosts_path) in ares_save_options()
557 if ((optmask & ARES_OPT_HOSTS_FILE) && !channel->hosts_path) in init_by_options()
559 channel->hosts_path = ares_strdup(options->hosts_path); in init_by_options()
560 if (!channel->hosts_path && options->hosts_path) in init_by_options()
[all …]
Dares_getaddrinfo.c442 if (hquery->channel->hosts_path) in file_lookup()
444 path_hosts = ares_strdup(hquery->channel->hosts_path); in file_lookup()
Dares_private.h338 char *hosts_path; member
/third_party/node/deps/cares/include/
Dares.h288 char *hosts_path; member