Lines Matching refs:cf_h2_ctx
129 struct cf_h2_ctx { struct
157 ((struct cf_h2_ctx *)(cf)->ctx)->call_data argument
161 static void cf_h2_ctx_init(struct cf_h2_ctx *ctx, bool via_h1_upgrade) in cf_h2_ctx_init()
173 static void cf_h2_ctx_free(struct cf_h2_ctx *ctx) in cf_h2_ctx_free()
187 static void cf_h2_ctx_close(struct cf_h2_ctx *ctx) in cf_h2_ctx_close()
229 static struct h2_stream_ctx *h2_stream_ctx_create(struct cf_h2_ctx *ctx) in h2_stream_ctx_create()
298 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_update_local_win()
375 struct cf_h2_ctx *ctx = cf->ctx; in http2_data_setup()
401 struct cf_h2_ctx *ctx = cf->ctx; in http2_data_done()
434 struct cf_h2_ctx *ctx = cf->ctx; in h2_client_new()
510 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_ctx_open()
625 static int should_close_session(struct cf_h2_ctx *ctx) in should_close_session()
640 struct cf_h2_ctx *ctx = cf->ctx; in h2_process_pending_input()
686 struct cf_h2_ctx *ctx = cf->ctx; in http2_connisalive()
724 struct cf_h2_ctx *ctx = cf->ctx; in http2_send_ping()
755 struct cf_h2_ctx *ctx = cf->ctx; in nw_out_flush()
785 struct cf_h2_ctx *ctx = cf->ctx; in send_callback()
951 struct cf_h2_ctx *ctx = cf->ctx; in push_promise()
1084 struct cf_h2_ctx *ctx = cf->ctx; in h2_xfer_write_resp()
1097 struct cf_h2_ctx *ctx = cf->ctx; in on_stream_frame()
1303 struct cf_h2_ctx *ctx = cf->ctx; in on_frame_recv()
1382 struct cf_h2_ctx *ctx = cf->ctx; in on_data_chunk_recv()
1418 struct cf_h2_ctx *ctx = cf->ctx; in on_stream_close()
1476 struct cf_h2_ctx *ctx = cf->ctx; in on_begin_headers()
1506 struct cf_h2_ctx *ctx = cf->ctx; in on_header()
1670 struct cf_h2_ctx *ctx = cf->ctx; in req_body_read_callback()
1867 static void h2_pri_spec(struct cf_h2_ctx *ctx, in h2_pri_spec()
1889 struct cf_h2_ctx *ctx = cf->ctx; in h2_progress_egress()
1931 struct cf_h2_ctx *ctx = cf->ctx; in stream_recv()
1963 struct cf_h2_ctx *ctx = cf->ctx; in h2_progress_ingress()
2028 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_recv()
2116 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_body_send()
2162 struct cf_h2_ctx *ctx = cf->ctx; in h2_submit()
2284 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_send()
2377 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_flush()
2420 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_adjust_pollset()
2462 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_connect()
2516 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_close()
2532 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_destroy()
2544 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_shutdown()
2595 struct cf_h2_ctx *ctx = cf->ctx; in http2_data_pause()
2657 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_data_pending()
2670 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_is_alive()
2698 struct cf_h2_ctx *ctx = cf->ctx; in cf_h2_query()
2765 struct cf_h2_ctx *ctx; in http2_cfilter_add()
2793 struct cf_h2_ctx *ctx; in http2_cfilter_insert_after()
2907 struct cf_h2_ctx *ctx; in Curl_http2_upgrade()