Lines Matching refs:cf_h2_proxy_ctx

172 struct cf_h2_proxy_ctx {  struct
192 ((struct cf_h2_proxy_ctx *)(cf)->ctx)->call_data argument
194 static void cf_h2_proxy_ctx_clear(struct cf_h2_proxy_ctx *ctx) in cf_h2_proxy_ctx_clear()
208 static void cf_h2_proxy_ctx_free(struct cf_h2_proxy_ctx *ctx) in cf_h2_proxy_ctx_free()
220 struct cf_h2_proxy_ctx *ctx = cf->ctx; in drain_tunnel()
278 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_client_new()
329 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_ctx_init()
407 static int proxy_h2_should_close_session(struct cf_h2_proxy_ctx *ctx) in proxy_h2_should_close_session()
416 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_nw_out_flush()
447 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_process_pending_input()
480 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_progress_ingress()
528 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_progress_egress()
548 struct cf_h2_proxy_ctx *ctx = cf->ctx; in on_session_send()
669 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_on_frame_recv()
748 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_on_header()
816 struct cf_h2_proxy_ctx *ctx = cf->ctx; in tunnel_send_callback()
853 struct cf_h2_proxy_ctx *ctx = cf->ctx; in tunnel_recv_callback()
879 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_on_stream_close()
956 struct cf_h2_proxy_ctx *ctx = cf->ctx; in submit_CONNECT()
1029 struct cf_h2_proxy_ctx *ctx = cf->ctx; in H2_CONNECT()
1093 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_connect()
1147 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_close()
1163 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_destroy()
1175 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_shutdown()
1219 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_data_pending()
1231 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_adjust_pollset()
1282 struct cf_h2_proxy_ctx *ctx = cf->ctx; in h2_handle_tunnel_close()
1315 struct cf_h2_proxy_ctx *ctx = cf->ctx; in tunnel_recv()
1354 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_recv()
1403 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_send()
1489 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_flush()
1522 struct cf_h2_proxy_ctx *ctx = cf->ctx; in proxy_h2_connisalive()
1559 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_is_alive()
1575 struct cf_h2_proxy_ctx *ctx = cf->ctx; in cf_h2_proxy_query()
1640 struct cf_h2_proxy_ctx *ctx; in Curl_cf_h2_proxy_insert_after()