Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
HDdns.h479 int evdns_base_load_hosts(struct evdns_base *base, const char *hosts_fname);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDevdns.c4171 evdns_base_load_hosts_impl(struct evdns_base *base, const char *hosts_fname) in evdns_base_load_hosts_impl() argument
4179 if (hosts_fname == NULL || in evdns_base_load_hosts_impl()
4180 (err = evutil_read_file_(hosts_fname, &str, &len, 0)) < 0) { in evdns_base_load_hosts_impl()
4210 evdns_base_load_hosts(struct evdns_base *base, const char *hosts_fname) in evdns_base_load_hosts() argument
4216 res = evdns_base_load_hosts_impl(base, hosts_fname); in evdns_base_load_hosts()