Lines Matching defs:err_desc

286                    size_t len, const char **err_desc, int is_end_stream)  in on_head()
353 const char **err_desc) in expect_continuation_of_headers()
396 …data_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_data_frame()
455 …ders_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_headers_frame()
510 …rity_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_priority_frame()
526 …ream_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_rst_stream_frame()
585 …ings_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_settings_frame()
622 …mise_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_push_promise_frame()
628 …ping_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_ping_frame()
644 …away_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_goaway_frame()
667 …date_frame(struct st_h2o_http2client_conn_t *conn, h2o_http2_frame_t *frame, const char **err_desc) in handle_window_update_frame()
713 const char **err_desc) in handle_invalid_continuation_frame()
719 …ault(struct st_h2o_http2client_conn_t *conn, const uint8_t *src, size_t len, const char **err_desc) in expect_default()
752 …ings(struct st_h2o_http2client_conn_t *conn, const uint8_t *src, size_t len, const char **err_desc) in expect_settings()
896 const char *err_desc = NULL; in parse_input() local