Home
last modified time | relevance | path

Searched refs:hosts_path (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_options.c53 ares_free(options->hosts_path); in ares_destroy_options()
105 options->hosts_path = NULL; in ares_save_options()
200 options->hosts_path = ares_strdup(channel->hosts_path); in ares_save_options()
201 if (!options->hosts_path) { in ares_save_options()
436 if (options->hosts_path == NULL) { in ares__init_by_options()
439 channel->hosts_path = ares_strdup(options->hosts_path); in ares__init_by_options()
440 if (channel->hosts_path == NULL) { in ares__init_by_options()
H A Dares_init.c283 if (channel->hosts_path) { in init_by_defaults()
284 ares_free(channel->hosts_path); in init_by_defaults()
285 channel->hosts_path = NULL; in init_by_defaults()
H A Dares_destroy.c100 ares_free(channel->hosts_path); in ares_destroy()
H A Dares__hosts_file.c731 if (channel->hosts_path) { in ares__hosts_path()
732 path_hosts = ares_strdup(channel->hosts_path); in ares__hosts_path()
H A Dares_private.h308 char *hosts_path; member
/third_party/node/deps/cares/include/
H A Dares.h335 char *hosts_path; member

Completed in 6 milliseconds