Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h523 …struct event_base *base, struct evdns_base *dnsbase, struct bufferevent* bev, const char *address,…
643 struct event_base *base, struct evdns_base *dnsbase,
/external/libevent/
Dhttp.c2338 evhttp_connection_base_bufferevent_new(struct event_base *base, struct evdns_base *dnsbase, struct … in evhttp_connection_base_bufferevent_new() argument
2391 evcon->dns_base = dnsbase; in evhttp_connection_base_bufferevent_new()
2414 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() argument
2417 return evhttp_connection_base_bufferevent_new(base, dnsbase, NULL, address, port); in evhttp_connection_base_new()
/external/libevent/test/
Dregress_http.c1015 const char *address, struct evdns_base *dnsbase, int ipv6, int family, in http_connection_test_() argument
1045 evcon = evhttp_connection_base_bufferevent_new(data->base, dnsbase, bev, address, port); in http_connection_test_()
1050 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_test_()