Lines Matching refs:evhttp_connection
42 struct evhttp_connection;
470 void (*cb)(struct evhttp_connection *, void *), void *arg);
522 struct evhttp_connection *evhttp_connection_base_bufferevent_new(
529 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon);
535 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon);
642 struct evhttp_connection *evhttp_connection_base_new(
650 void evhttp_connection_set_family(struct evhttp_connection *evcon,
671 int evhttp_connection_set_flags(struct evhttp_connection *evcon,
693 struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req);
699 struct event_base *evhttp_connection_get_base(struct evhttp_connection *req);
702 void evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon,
706 void evhttp_connection_set_max_body_size(struct evhttp_connection* evcon,
711 void evhttp_connection_free(struct evhttp_connection *evcon);
719 void evhttp_connection_free_on_completion(struct evhttp_connection *evcon);
723 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
728 void evhttp_connection_set_local_port(struct evhttp_connection *evcon,
733 void evhttp_connection_set_timeout(struct evhttp_connection *evcon,
739 void evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon,
747 void evhttp_connection_set_initial_retry_tv(struct evhttp_connection *evcon,
752 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
757 void evhttp_connection_set_closecb(struct evhttp_connection *evcon,
758 void (*)(struct evhttp_connection *, void *), void *);
762 void evhttp_connection_get_peer(struct evhttp_connection *evcon,
773 evhttp_connection_get_addr(struct evhttp_connection *evcon);
789 int evhttp_make_request(struct evhttp_connection *evcon,