Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Ddns.h216 struct evdns_base * evdns_base_new(struct event_base *event_base, int initialize_nameservers);
/external/libevent/
Devdns.c2563 current_base = evdns_base_new(NULL, 0); in evdns_nameserver_add()
2615 current_base = evdns_base_new(NULL, 0); in evdns_nameserver_ip_add()
3467 current_base = evdns_base_new(NULL, 0); in evdns_set_option()
3608 current_base = evdns_base_new(NULL, 0); in evdns_resolv_conf_parse()
3834 current_base = evdns_base_new(NULL, 1); in evdns_config_windows_nameservers()
3843 evdns_base_new(struct event_base *event_base, int initialize_nameservers) in evdns_base_new() function
3910 struct evdns_base *base = evdns_base_new(NULL, 1); in evdns_init()