Lines Matching defs:evcon
370 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer()
392 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
398 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
416 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
438 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
531 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
606 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
638 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
647 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
723 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
734 evhttp_connection_fail_(struct evhttp_connection *evcon, in evhttp_connection_fail_()
809 struct evhttp_connection *evcon = arg; in evhttp_write_cb() local
824 evhttp_connection_done(struct evhttp_connection *evcon) in evhttp_connection_done()
997 evhttp_read_trailer(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_trailer()
1018 evhttp_lingering_close(struct evhttp_connection *evcon, in evhttp_lingering_close()
1037 evhttp_lingering_fail(struct evhttp_connection *evcon, in evhttp_lingering_fail()
1047 evhttp_read_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_body()
1124 #define get_deferred_queue(evcon) \ argument
1134 struct evhttp_connection *evcon = arg; in evhttp_read_cb() local
1189 struct evhttp_connection *evcon = data; in evhttp_deferred_read_cb() local
1196 evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg) in evhttp_write_connectioncb()
1221 evhttp_connection_free(struct evhttp_connection *evcon) in evhttp_connection_free()
1279 evhttp_connection_free_on_completion(struct evhttp_connection *evcon) { in evhttp_connection_free_on_completion()
1284 evhttp_connection_set_local_address(struct evhttp_connection *evcon, in evhttp_connection_set_local_address()
1295 evhttp_connection_set_local_port(struct evhttp_connection *evcon, in evhttp_connection_set_local_port()
1303 evhttp_request_dispatch(struct evhttp_connection* evcon) in evhttp_request_dispatch()
1330 evhttp_connection_reset_(struct evhttp_connection *evcon) in evhttp_connection_reset_()
1379 evhttp_connection_start_detectclose(struct evhttp_connection *evcon) in evhttp_connection_start_detectclose()
1386 evhttp_connection_stop_detectclose(struct evhttp_connection *evcon) in evhttp_connection_stop_detectclose()
1395 struct evhttp_connection *evcon = arg; in evhttp_connection_retry() local
1402 evhttp_connection_cb_cleanup(struct evhttp_connection *evcon) in evhttp_connection_cb_cleanup()
1455 evhttp_connection_read_on_write_error(struct evhttp_connection *evcon, in evhttp_connection_read_on_write_error()
1481 struct evhttp_connection *evcon = arg; in evhttp_error_cb() local
1574 struct evhttp_connection *evcon = arg; in evhttp_connection_cb() local
2215 evhttp_get_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_get_body()
2274 evhttp_read_firstline(struct evhttp_connection *evcon, in evhttp_read_firstline()
2296 evhttp_read_header(struct evhttp_connection *evcon, in evhttp_read_header()
2382 struct evhttp_connection *evcon = NULL; in evhttp_connection_base_bufferevent_new() local
2443 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) in evhttp_connection_get_bufferevent()
2449 evhttp_connection_get_server(struct evhttp_connection *evcon) in evhttp_connection_get_server()
2461 void evhttp_connection_set_family(struct evhttp_connection *evcon, in evhttp_connection_set_family()
2467 int evhttp_connection_set_flags(struct evhttp_connection *evcon, in evhttp_connection_set_flags()
2484 evhttp_connection_set_base(struct evhttp_connection *evcon, in evhttp_connection_set_base()
2494 evhttp_connection_set_timeout(struct evhttp_connection *evcon, in evhttp_connection_set_timeout()
2508 evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon, in evhttp_connection_set_timeout_tv()
2523 evhttp_connection_set_initial_retry_tv(struct evhttp_connection *evcon, in evhttp_connection_set_initial_retry_tv()
2535 evhttp_connection_set_retries(struct evhttp_connection *evcon, in evhttp_connection_set_retries()
2542 evhttp_connection_set_closecb(struct evhttp_connection *evcon, in evhttp_connection_set_closecb()
2550 evhttp_connection_get_peer(struct evhttp_connection *evcon, in evhttp_connection_get_peer()
2558 evhttp_connection_get_addr(struct evhttp_connection *evcon) in evhttp_connection_get_addr()
2564 evhttp_connection_connect_(struct evhttp_connection *evcon) in evhttp_connection_connect_()
2648 evhttp_make_request(struct evhttp_connection *evcon, in evhttp_make_request()
2706 struct evhttp_connection *evcon = req->evcon; in evhttp_cancel_request() local
2735 evhttp_start_read_(struct evhttp_connection *evcon) in evhttp_start_read_()
2757 evhttp_start_write_(struct evhttp_connection *evcon) in evhttp_start_write_()
2767 evhttp_send_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_done()
2835 struct evhttp_connection *evcon = req->evcon; in evhttp_send() local
2897 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_chunk_with_cb() local
2928 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_end() local
3734 struct evhttp_connection *evcon; in evhttp_free() local
4228 struct evhttp_connection *evcon; in evhttp_get_request_connection() local
4286 evhttp_associate_new_request_with_connection(struct evhttp_connection *evcon) in evhttp_associate_new_request_with_connection()
4324 struct evhttp_connection *evcon; in evhttp_get_request() local