Home
last modified time | relevance | path

Searched refs:hosts_entry (Results 1 – 1 of 1) sorted by relevance

/external/libevent/
Devdns.c354 TAILQ_HEAD(hosts_list, hosts_entry) hostsdb;
361 struct hosts_entry { struct
362 TAILQ_ENTRY(hosts_entry) next;
4002 struct hosts_entry *victim; in evdns_base_free_and_unlock()
4061 struct hosts_entry *he; in evdns_base_parse_hosts_line()
4071 he = mm_calloc(1, sizeof(struct hosts_entry)+namelen); in evdns_base_parse_hosts_line()
4477 static struct hosts_entry *
4479 struct hosts_entry *find_after) in find_hosts_entry()
4481 struct hosts_entry *e; in find_hosts_entry()
4501 struct hosts_entry *e; in evdns_getaddrinfo_fromhosts()