Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h427 struct evhttp_connection *evhttp_connection_base_new(
/external/libevent/
Dhttp.c2068 return (evhttp_connection_base_new(NULL, NULL, address, port)); in evhttp_connection_new()
2072 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() function
3693 evcon = evhttp_connection_base_new( in evhttp_get_request_connection()
DChangeLog945 …o do not use a function to assign the evdns base; instead assign it via evhttp_connection_base_new
1067 o add a test for evhttp_connection_base_new with a dns_base (26714ca)