Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h525 …struct event_base *base, struct evdns_base *dnsbase, struct bufferevent* bev, const char *address,…
646 struct event_base *base, struct evdns_base *dnsbase,
/external/libevent/
Dhttp.c2379 evhttp_connection_base_bufferevent_new(struct event_base *base, struct evdns_base *dnsbase, struct … in evhttp_connection_base_bufferevent_new() argument
2432 evcon->dns_base = dnsbase; in evhttp_connection_base_bufferevent_new()
2455 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() argument
2458 return evhttp_connection_base_bufferevent_new(base, dnsbase, NULL, address, port); in evhttp_connection_base_new()
/external/libevent/test/
Dregress_http.c1061 const char *address, struct evdns_base *dnsbase, int ipv6, int family, in http_connection_test_() argument
1091 evcon = evhttp_connection_base_bufferevent_new(data->base, dnsbase, bev, address, port); in http_connection_test_()
1096 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_test_()