Lines Matching defs:evcon

369 evhttp_write_buffer(struct evhttp_connection *evcon,  in evhttp_write_buffer()
391 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
397 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
415 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
437 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
527 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
602 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
634 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
643 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
719 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
730 evhttp_connection_fail_(struct evhttp_connection *evcon, in evhttp_connection_fail_()
800 struct evhttp_connection *evcon = arg; in evhttp_write_cb() local
815 evhttp_connection_done(struct evhttp_connection *evcon) in evhttp_connection_done()
988 evhttp_read_trailer(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_trailer()
1009 evhttp_lingering_close(struct evhttp_connection *evcon, in evhttp_lingering_close()
1028 evhttp_lingering_fail(struct evhttp_connection *evcon, in evhttp_lingering_fail()
1038 evhttp_read_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_body()
1115 #define get_deferred_queue(evcon) \ argument
1125 struct evhttp_connection *evcon = arg; in evhttp_read_cb() local
1180 struct evhttp_connection *evcon = data; in evhttp_deferred_read_cb() local
1187 evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg) in evhttp_write_connectioncb()
1212 evhttp_connection_free(struct evhttp_connection *evcon) in evhttp_connection_free()
1270 evhttp_connection_free_on_completion(struct evhttp_connection *evcon) { in evhttp_connection_free_on_completion()
1275 evhttp_connection_set_local_address(struct evhttp_connection *evcon, in evhttp_connection_set_local_address()
1286 evhttp_connection_set_local_port(struct evhttp_connection *evcon, in evhttp_connection_set_local_port()
1294 evhttp_request_dispatch(struct evhttp_connection* evcon) in evhttp_request_dispatch()
1321 evhttp_connection_reset_(struct evhttp_connection *evcon) in evhttp_connection_reset_()
1370 evhttp_connection_start_detectclose(struct evhttp_connection *evcon) in evhttp_connection_start_detectclose()
1377 evhttp_connection_stop_detectclose(struct evhttp_connection *evcon) in evhttp_connection_stop_detectclose()
1386 struct evhttp_connection *evcon = arg; in evhttp_connection_retry() local
1393 evhttp_connection_cb_cleanup(struct evhttp_connection *evcon) in evhttp_connection_cb_cleanup()
1446 evhttp_connection_read_on_write_error(struct evhttp_connection *evcon, in evhttp_connection_read_on_write_error()
1472 struct evhttp_connection *evcon = arg; in evhttp_error_cb() local
1565 struct evhttp_connection *evcon = arg; in evhttp_connection_cb() local
2206 evhttp_get_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_get_body()
2265 evhttp_read_firstline(struct evhttp_connection *evcon, in evhttp_read_firstline()
2287 evhttp_read_header(struct evhttp_connection *evcon, in evhttp_read_header()
2373 struct evhttp_connection *evcon = NULL; in evhttp_connection_base_bufferevent_new() local
2434 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) in evhttp_connection_get_bufferevent()
2440 evhttp_connection_get_server(struct evhttp_connection *evcon) in evhttp_connection_get_server()
2452 void evhttp_connection_set_family(struct evhttp_connection *evcon, in evhttp_connection_set_family()
2458 int evhttp_connection_set_flags(struct evhttp_connection *evcon, in evhttp_connection_set_flags()
2475 evhttp_connection_set_base(struct evhttp_connection *evcon, in evhttp_connection_set_base()
2485 evhttp_connection_set_timeout(struct evhttp_connection *evcon, in evhttp_connection_set_timeout()
2499 evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon, in evhttp_connection_set_timeout_tv()
2514 evhttp_connection_set_initial_retry_tv(struct evhttp_connection *evcon, in evhttp_connection_set_initial_retry_tv()
2526 evhttp_connection_set_retries(struct evhttp_connection *evcon, in evhttp_connection_set_retries()
2533 evhttp_connection_set_closecb(struct evhttp_connection *evcon, in evhttp_connection_set_closecb()
2541 evhttp_connection_get_peer(struct evhttp_connection *evcon, in evhttp_connection_get_peer()
2549 evhttp_connection_get_addr(struct evhttp_connection *evcon) in evhttp_connection_get_addr()
2555 evhttp_connection_connect_(struct evhttp_connection *evcon) in evhttp_connection_connect_()
2639 evhttp_make_request(struct evhttp_connection *evcon, in evhttp_make_request()
2697 struct evhttp_connection *evcon = req->evcon; in evhttp_cancel_request() local
2726 evhttp_start_read_(struct evhttp_connection *evcon) in evhttp_start_read_()
2748 evhttp_start_write_(struct evhttp_connection *evcon) in evhttp_start_write_()
2758 evhttp_send_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_done()
2826 struct evhttp_connection *evcon = req->evcon; in evhttp_send() local
2888 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_chunk_with_cb() local
2919 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_end() local
3722 struct evhttp_connection *evcon; in evhttp_free() local
4216 struct evhttp_connection *evcon; in evhttp_get_request_connection() local
4274 evhttp_associate_new_request_with_connection(struct evhttp_connection *evcon) in evhttp_associate_new_request_with_connection()
4312 struct evhttp_connection *evcon; in evhttp_get_request() local