Lines Matching refs:cf_msh3_ctx
112 struct cf_msh3_ctx { struct
135 static void cf_msh3_ctx_init(struct cf_msh3_ctx *ctx, in cf_msh3_ctx_init() argument
146 static void cf_msh3_ctx_free(struct cf_msh3_ctx *ctx) in cf_msh3_ctx_free()
154 static struct cf_msh3_ctx *h3_get_msh3_ctx(struct Curl_easy *data);
159 ((struct cf_msh3_ctx *)(cf)->ctx)->call_data
200 struct cf_msh3_ctx *ctx = cf->ctx; in h3_data_setup()
226 struct cf_msh3_ctx *ctx = cf->ctx; in h3_data_done()
254 struct cf_msh3_ctx *ctx = cf->ctx; in h3_drain_stream()
278 struct cf_msh3_ctx *ctx = cf->ctx; in msh3_conn_connected()
292 struct cf_msh3_ctx *ctx = cf->ctx; in msh3_conn_shutdown_complete()
353 struct cf_msh3_ctx *ctx = h3_get_msh3_ctx(data); in write_resp_raw()
380 struct cf_msh3_ctx *ctx = h3_get_msh3_ctx(data); in msh3_header_received()
431 struct cf_msh3_ctx *ctx = h3_get_msh3_ctx(data); in msh3_data_received()
471 struct cf_msh3_ctx *ctx = h3_get_msh3_ctx(data); in msh3_complete()
491 struct cf_msh3_ctx *ctx = h3_get_msh3_ctx(data); in msh3_shutdown_complete()
504 struct cf_msh3_ctx *ctx = h3_get_msh3_ctx(data); in msh3_data_sent()
517 struct cf_msh3_ctx *ctx = cf->ctx; in recv_closed_stream()
551 struct cf_msh3_ctx *ctx = cf->ctx; in set_quic_expire()
569 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_recv()
621 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_send()
717 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_adjust_pollset()
737 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_data_pending()
774 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_data_event()
817 struct cf_msh3_ctx *ctx = cf->ctx; in cf_connect_start()
880 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_connect()
933 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_close()
998 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_query()
1032 struct cf_msh3_ctx *ctx = cf->ctx; in cf_msh3_conn_is_alive()
1059 static struct cf_msh3_ctx *h3_get_msh3_ctx(struct Curl_easy *data) in h3_get_msh3_ctx()
1078 struct cf_msh3_ctx *ctx = NULL; in Curl_cf_msh3_create()