Lines Matching refs:evhttp_connection
42 struct evhttp_connection;
471 void (*cb)(struct evhttp_connection *, void *), void *arg);
524 struct evhttp_connection *evhttp_connection_base_bufferevent_new(
531 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon);
537 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon);
645 struct evhttp_connection *evhttp_connection_base_new(
653 void evhttp_connection_set_family(struct evhttp_connection *evcon,
674 int evhttp_connection_set_flags(struct evhttp_connection *evcon,
696 struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req);
702 struct event_base *evhttp_connection_get_base(struct evhttp_connection *req);
705 void evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon,
709 void evhttp_connection_set_max_body_size(struct evhttp_connection* evcon,
714 void evhttp_connection_free(struct evhttp_connection *evcon);
722 void evhttp_connection_free_on_completion(struct evhttp_connection *evcon);
726 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
731 void evhttp_connection_set_local_port(struct evhttp_connection *evcon,
736 void evhttp_connection_set_timeout(struct evhttp_connection *evcon,
742 void evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon,
750 void evhttp_connection_set_initial_retry_tv(struct evhttp_connection *evcon,
755 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
760 void evhttp_connection_set_closecb(struct evhttp_connection *evcon,
761 void (*)(struct evhttp_connection *, void *), void *);
765 void evhttp_connection_get_peer(struct evhttp_connection *evcon,
776 evhttp_connection_get_addr(struct evhttp_connection *evcon);
792 int evhttp_make_request(struct evhttp_connection *evcon,