Lines Matching refs:evhttp_connection
427 struct evhttp_connection *evhttp_connection_base_new(
435 struct evhttp_connection *evcon);
453 struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req);
458 struct event_base *evhttp_connection_get_base(struct evhttp_connection *req);
460 void evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon,
463 void evhttp_connection_set_max_body_size(struct evhttp_connection* evcon,
467 void evhttp_connection_free(struct evhttp_connection *evcon);
470 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
474 void evhttp_connection_set_local_port(struct evhttp_connection *evcon,
478 void evhttp_connection_set_timeout(struct evhttp_connection *evcon,
482 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
486 void evhttp_connection_set_closecb(struct evhttp_connection *evcon,
487 void (*)(struct evhttp_connection *, void *), void *);
490 void evhttp_connection_get_peer(struct evhttp_connection *evcon,
506 int evhttp_make_request(struct evhttp_connection *evcon,