Lines Matching defs:evcon

374 evhttp_write_buffer(struct evhttp_connection *evcon,  in evhttp_write_buffer()
396 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
402 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
420 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
442 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
535 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
610 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
642 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
651 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
727 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
738 evhttp_connection_fail_(struct evhttp_connection *evcon, in evhttp_connection_fail_()
813 struct evhttp_connection *evcon = arg; in evhttp_write_cb() local
828 evhttp_connection_done(struct evhttp_connection *evcon) in evhttp_connection_done()
1001 evhttp_read_trailer(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_trailer()
1022 evhttp_lingering_close(struct evhttp_connection *evcon, in evhttp_lingering_close()
1041 evhttp_lingering_fail(struct evhttp_connection *evcon, in evhttp_lingering_fail()
1051 evhttp_read_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_body()
1128 #define get_deferred_queue(evcon) \ argument
1138 struct evhttp_connection *evcon = arg; in evhttp_read_cb() local
1193 struct evhttp_connection *evcon = data; in evhttp_deferred_read_cb() local
1200 evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg) in evhttp_write_connectioncb()
1225 evhttp_connection_free(struct evhttp_connection *evcon) in evhttp_connection_free()
1283 evhttp_connection_free_on_completion(struct evhttp_connection *evcon) { in evhttp_connection_free_on_completion()
1288 evhttp_connection_set_local_address(struct evhttp_connection *evcon, in evhttp_connection_set_local_address()
1299 evhttp_connection_set_local_port(struct evhttp_connection *evcon, in evhttp_connection_set_local_port()
1307 evhttp_request_dispatch(struct evhttp_connection* evcon) in evhttp_request_dispatch()
1334 evhttp_connection_reset_(struct evhttp_connection *evcon) in evhttp_connection_reset_()
1383 evhttp_connection_start_detectclose(struct evhttp_connection *evcon) in evhttp_connection_start_detectclose()
1390 evhttp_connection_stop_detectclose(struct evhttp_connection *evcon) in evhttp_connection_stop_detectclose()
1399 struct evhttp_connection *evcon = arg; in evhttp_connection_retry() local
1406 evhttp_connection_cb_cleanup(struct evhttp_connection *evcon) in evhttp_connection_cb_cleanup()
1459 evhttp_connection_read_on_write_error(struct evhttp_connection *evcon, in evhttp_connection_read_on_write_error()
1485 struct evhttp_connection *evcon = arg; in evhttp_error_cb() local
1578 struct evhttp_connection *evcon = arg; in evhttp_connection_cb() local
2219 evhttp_get_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_get_body()
2278 evhttp_read_firstline(struct evhttp_connection *evcon, in evhttp_read_firstline()
2300 evhttp_read_header(struct evhttp_connection *evcon, in evhttp_read_header()
2386 struct evhttp_connection *evcon = NULL; in evhttp_connection_base_bufferevent_new() local
2447 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) in evhttp_connection_get_bufferevent()
2453 evhttp_connection_get_server(struct evhttp_connection *evcon) in evhttp_connection_get_server()
2465 void evhttp_connection_set_family(struct evhttp_connection *evcon, in evhttp_connection_set_family()
2471 int evhttp_connection_set_flags(struct evhttp_connection *evcon, in evhttp_connection_set_flags()
2488 evhttp_connection_set_base(struct evhttp_connection *evcon, in evhttp_connection_set_base()
2498 evhttp_connection_set_timeout(struct evhttp_connection *evcon, in evhttp_connection_set_timeout()
2512 evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon, in evhttp_connection_set_timeout_tv()
2527 evhttp_connection_set_initial_retry_tv(struct evhttp_connection *evcon, in evhttp_connection_set_initial_retry_tv()
2539 evhttp_connection_set_retries(struct evhttp_connection *evcon, in evhttp_connection_set_retries()
2546 evhttp_connection_set_closecb(struct evhttp_connection *evcon, in evhttp_connection_set_closecb()
2554 evhttp_connection_get_peer(struct evhttp_connection *evcon, in evhttp_connection_get_peer()
2562 evhttp_connection_get_addr(struct evhttp_connection *evcon) in evhttp_connection_get_addr()
2568 evhttp_connection_connect_(struct evhttp_connection *evcon) in evhttp_connection_connect_()
2652 evhttp_make_request(struct evhttp_connection *evcon, in evhttp_make_request()
2710 struct evhttp_connection *evcon = req->evcon; in evhttp_cancel_request() local
2739 evhttp_start_read_(struct evhttp_connection *evcon) in evhttp_start_read_()
2761 evhttp_start_write_(struct evhttp_connection *evcon) in evhttp_start_write_()
2771 evhttp_send_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_done()
2839 struct evhttp_connection *evcon = req->evcon; in evhttp_send() local
2901 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_chunk_with_cb() local
2932 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_end() local
3738 struct evhttp_connection *evcon; in evhttp_free() local
4232 struct evhttp_connection *evcon; in evhttp_get_request_connection() local
4290 evhttp_associate_new_request_with_connection(struct evhttp_connection *evcon) in evhttp_associate_new_request_with_connection()
4328 struct evhttp_connection *evcon; in evhttp_get_request() local