Lines Matching refs:cf_ngtcp2_ctx
115 struct cf_ngtcp2_ctx { struct
148 ((struct cf_ngtcp2_ctx *)(cf)->ctx)->call_data argument
152 static void cf_ngtcp2_ctx_init(struct cf_ngtcp2_ctx *ctx) in cf_ngtcp2_ctx_init()
166 static void cf_ngtcp2_ctx_free(struct cf_ngtcp2_ctx *ctx) in cf_ngtcp2_ctx_free()
226 struct cf_ngtcp2_ctx *ctx = cf->ctx; in h3_data_setup()
258 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_stream_close()
278 struct cf_ngtcp2_ctx *ctx = cf->ctx; in h3_data_done()
294 struct cf_ngtcp2_ctx *ctx = cf->ctx; in get_stream_easy()
324 struct cf_ngtcp2_ctx *ctx = cf->ctx; in h3_drain_stream()
352 struct cf_ngtcp2_ctx *ctx = cf->ctx; in pktx_update_time()
376 struct cf_ngtcp2_ctx *ctx = cf->ctx; in get_conn()
384 struct cf_ngtcp2_ctx *ctx = cf->ctx; in quic_printf()
399 struct cf_ngtcp2_ctx *ctx = cf->ctx; in qlog_callback()
412 static void quic_settings(struct cf_ngtcp2_ctx *ctx, in quic_settings()
467 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_err_set()
491 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_h3_err_set()
506 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_recv_stream_data()
546 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_acked_stream_data_offset()
567 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_stream_close()
600 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_stream_reset()
623 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_stream_stop_sending()
642 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_extend_max_local_streams_bidi()
659 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_extend_max_stream_data()
796 struct cf_ngtcp2_ctx *ctx = cf->ctx; in check_and_set_expiry()
845 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_adjust_pollset()
879 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_stream_close()
942 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_recv_data()
968 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_deferred_consume()
983 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_end_headers()
1012 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_recv_header()
1078 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_stop_sending()
1096 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_reset_stream()
1133 struct cf_ngtcp2_ctx *ctx = cf->ctx; in init_ngh3_conn()
1223 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_recv()
1289 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_acked_req_body()
1324 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cb_h3_read_req_body()
1392 struct cf_ngtcp2_ctx *ctx = cf->ctx; in h3_stream_open()
1522 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_send()
1622 struct cf_ngtcp2_ctx *ctx = cf->ctx; in qng_verify_peer()
1636 struct cf_ngtcp2_ctx *ctx = pktx->cf->ctx; in recv_pkt()
1667 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_progress_ingress()
1692 struct cf_ngtcp2_ctx *ctx = x->cf->ctx; in read_pkt_to_send()
1799 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_progress_egress()
1936 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_data_event()
1982 static void cf_ngtcp2_ctx_close(struct cf_ngtcp2_ctx *ctx) in cf_ngtcp2_ctx_close()
2004 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_shutdown()
2096 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_close()
2125 struct cf_ngtcp2_ctx *ctx; in quic_ossl_new_session_cb()
2148 struct cf_ngtcp2_ctx *ctx = cf ? cf->ctx : NULL; in quic_gtls_handshake_cb()
2180 struct cf_ngtcp2_ctx *ctx = cf->ctx; in wssl_quic_new_session_cb()
2253 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_connect_start()
2339 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_connect()
2427 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_query()
2489 struct cf_ngtcp2_ctx *ctx = cf->ctx; in cf_ngtcp2_conn_is_alive()
2561 struct cf_ngtcp2_ctx *ctx = NULL; in Curl_cf_ngtcp2_create()