Lines Matching refs:evhttp_connection
199 struct evhttp_connection *evcon;
260 struct evhttp_connection *evhttp_connection_new(
264 void evhttp_connection_free(struct evhttp_connection *evcon);
267 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
271 void evhttp_connection_set_local_port(struct evhttp_connection *evcon,
275 void evhttp_connection_set_timeout(struct evhttp_connection *evcon,
279 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
283 void evhttp_connection_set_closecb(struct evhttp_connection *evcon,
284 void (*)(struct evhttp_connection *, void *), void *);
290 void evhttp_connection_set_base(struct evhttp_connection *evcon,
294 void evhttp_connection_get_peer(struct evhttp_connection *evcon,
298 int evhttp_make_request(struct evhttp_connection *evcon,