Searched refs:iphash (Results 1 – 1 of 1) sorted by relevance
89 ares__htable_strvp_t *iphash; member281 ares__htable_strvp_destroy(hf->iphash); in ares__hosts_file_destroy()299 hf->iphash = ares__htable_strvp_create(ares__hosts_entry_destroy_cb); in ares__hosts_file_create()300 if (hf->iphash == NULL) { in ares__hosts_file_create()334 if (ares__htable_strvp_get_direct(hf->iphash, ipaddr) != NULL) { in ares__hosts_file_merge_entry()369 *match = ares__htable_strvp_get_direct(hf->iphash, ipaddr); in ares__hosts_file_match()417 if (!ares__htable_strvp_get(hosts->iphash, ipaddr, NULL)) { in ares__hosts_file_add()418 if (!ares__htable_strvp_insert(hosts->iphash, ipaddr, entry)) { in ares__hosts_file_add()827 *entry = ares__htable_strvp_get_direct(channel->hf->iphash, addr); in ares__hosts_search_ipaddr()