Searched refs:by_address (Results 1 – 2 of 2) sorted by relevance
33 hosts->by_address = hashmap_free_with_destructor(hosts->by_address, etc_hosts_item_free); in etc_hosts_free()76 item = hashmap_get(hosts->by_address, &address); in parse_line()78 r = hashmap_ensure_allocated(&hosts->by_address, &in_addr_data_hash_ops); in parse_line()90 r = hashmap_put(hosts->by_address, &item->address, item); in parse_line()196 item = hashmap_get(hosts->by_address, local_in_addrs + j); in strip_localhost()248 assert_se(hashmap_remove(hosts->by_address, local_in_addrs + j) == item); in strip_localhost()371 item = hashmap_get(m->etc_hosts.by_address, &k); in manager_etc_hosts_lookup()
30 Hashmap *by_address; member