Lines Matching defs:err_desc

599 …end_invalid_request_error(h2o_http2_conn_t *conn, h2o_http2_stream_t *stream, const char *err_desc)  in send_invalid_request_error()
609 const char **err_desc) in handle_incoming_request()
682 const char **err_desc) in handle_trailing_headers()
696 …tinuation_of_headers(h2o_http2_conn_t *conn, const uint8_t *src, size_t len, const char **err_desc) in expect_continuation_of_headers()
909 …atic int handle_data_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_data_frame()
955 …c int handle_headers_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_headers_frame()
1028 … int handle_priority_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_priority_frame()
1082 … int handle_settings_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_settings_frame()
1120 …handle_window_update_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_window_update_frame()
1161 …ic int handle_goaway_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_goaway_frame()
1175 …atic int handle_ping_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_ping_frame()
1191 …nt handle_rst_stream_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_rst_stream_frame()
1214 … handle_push_promise_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_push_promise_frame()
1220 …invalid_continuation_frame(h2o_http2_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_invalid_continuation_frame()
1226 …ize_t expect_default(h2o_http2_conn_t *conn, const uint8_t *src, size_t len, const char **err_desc) in expect_default()
1257 …ize_t expect_preface(h2o_http2_conn_t *conn, const uint8_t *src, size_t len, const char **err_desc) in expect_preface()
1289 const char *err_desc = NULL; in parse_input() local
1878 const char *err_desc; in h2o_http2_handle_upgrade() local