Searched refs:evhttp_connection_base_new (Results 1 – 3 of 3) sorted by relevance
427 struct evhttp_connection *evhttp_connection_base_new(
2068 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() function3693 evcon = evhttp_connection_base_new( in evhttp_get_request_connection()
945 …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)