Searched refs:hosthash (Results 1 – 1 of 1) sorted by relevance
91 ares__htable_strvp_t *hosthash; member280 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, host); in ares__hosts_search_host()