Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
H A Dares__hosts_file.c90 /*! hosthash does not own the entry so won't free on destruction */
91 ares__htable_strvp_t *hosthash; member
280 ares__htable_strvp_destroy(hf->hosthash); in ares__hosts_file_destroy()
304 hf->hosthash = ares__htable_strvp_create(NULL); in ares__hosts_file_create()
305 if (hf->hosthash == NULL) { in ares__hosts_file_create()
347 if (ares__htable_strvp_get_direct(hf->hosthash, hostname) != NULL) { in ares__hosts_file_merge_entry()
378 *match = ares__htable_strvp_get_direct(hf->hosthash, host); in ares__hosts_file_match()
440 if (ares__htable_strvp_get(hosts->hosthash, val, NULL)) { in ares__hosts_file_add()
444 if (!ares__htable_strvp_insert(hosts->hosthash, val, entry)) { in ares__hosts_file_add()
852 *entry = ares__htable_strvp_get_direct(channel->hf->hosthash, hos in ares__hosts_search_host()
[all...]

Completed in 2 milliseconds