Lines Matching refs:QUIC_CONNECTION

25 static int create_channel(QUIC_CONNECTION *qc);
26 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs);
29 static void quic_lock(QUIC_CONNECTION *qc);
30 static void quic_unlock(QUIC_CONNECTION *qc);
33 static void qc_update_reject_policy(QUIC_CONNECTION *qc);
34 static void qc_touch_default_xso(QUIC_CONNECTION *qc);
35 static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch);
36 static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso,
40 static int quic_mutation_allowed(QUIC_CONNECTION *qc, int req_active);
41 static int qc_blocking_mode(const QUIC_CONNECTION *qc);
58 static int block_until_pred(QUIC_CONNECTION *qc, in block_until_pred()
77 static OSSL_TIME get_time(QUIC_CONNECTION *qc) in get_time()
87 QUIC_CONNECTION *qc = arg; in get_time_cb()
112 QUIC_CONNECTION *qc;
202 QUIC_CONNECTION *qc; in expect_quic()
214 qc = (QUIC_CONNECTION *)s; in expect_quic()
311 static void quic_lock(QUIC_CONNECTION *qc) in quic_lock()
334 static void quic_unlock(QUIC_CONNECTION *qc) in quic_unlock()
351 static int quic_mutation_allowed(QUIC_CONNECTION *qc, int req_active) in quic_mutation_allowed()
382 QUIC_CONNECTION *qc = NULL; in ossl_quic_new()
638 static void qc_touch_default_xso(QUIC_CONNECTION *qc) in qc_touch_default_xso()
649 static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso, in qc_set_default_xso_keep_ref()
695 static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch) in qc_set_default_xso()
857 static int qc_can_support_blocking_cached(QUIC_CONNECTION *qc) in qc_can_support_blocking_cached()
865 static void qc_update_can_support_blocking(QUIC_CONNECTION *qc) in qc_update_can_support_blocking()
870 static void qc_update_blocking_mode(QUIC_CONNECTION *qc) in qc_update_blocking_mode()
1044 static int qc_blocking_mode(const QUIC_CONNECTION *qc) in qc_blocking_mode()
1193 static void qc_shutdown_flush_init(QUIC_CONNECTION *qc) in qc_shutdown_flush_init()
1208 static int qc_shutdown_flush_finished(QUIC_CONNECTION *qc) in qc_shutdown_flush_finished()
1219 QUIC_CONNECTION *qc = arg; in quic_shutdown_wait()
1227 QUIC_CONNECTION *qc = arg; in quic_shutdown_flush_wait()
1235 QUIC_CONNECTION *qc = arg; in quic_shutdown_peer_wait()
1456 QUIC_CONNECTION *qc;
1459 static int tls_wants_non_io_retry(QUIC_CONNECTION *qc) in tls_wants_non_io_retry()
1487 static int configure_channel(QUIC_CONNECTION *qc) in configure_channel()
1500 static int create_channel(QUIC_CONNECTION *qc) in create_channel()
1542 QUIC_CONNECTION *qc = ctx->qc; in ensure_channel_started()
1578 QUIC_CONNECTION *qc = ctx->qc; in quic_do_handshake()
1801 QUIC_CONNECTION *qc = ctx->qc; in qc_try_create_default_xso_for_write()
1826 QUIC_CONNECTION *qc;
1860 QUIC_CONNECTION *qc = ctx->qc; in qc_wait_for_default_xso_for_read()
1941 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs) in create_xso_from_stream()
1979 QUIC_CONNECTION *qc;
1986 QUIC_CONNECTION *qc = args->qc; in quic_new_stream_wait()
2001 QUIC_CONNECTION *qc = ctx->qc; in quic_conn_stream_new()
2662 QUIC_CONNECTION *qc = ctx->qc; in quic_read_actual()
3179 static int qc_get_effective_incoming_stream_policy(QUIC_CONNECTION *qc) in qc_get_effective_incoming_stream_policy()
3195 static void qc_update_reject_policy(QUIC_CONNECTION *qc) in qc_update_reject_policy()
3535 QUIC_CONNECTION *qc = args->ctx->qc; in wait_for_incoming_stream()
3675 static void quic_classify_stream(QUIC_CONNECTION *qc, in quic_classify_stream()
4079 static int test_poll_event_ec(QUIC_CONNECTION *qc) in test_poll_event_ec()
4086 static int test_poll_event_ecd(QUIC_CONNECTION *qc) in test_poll_event_ecd()
4093 static int test_poll_event_is(QUIC_CONNECTION *qc, int is_uni) in test_poll_event_is()
4101 static int test_poll_event_os(QUIC_CONNECTION *qc, int is_uni) in test_poll_event_os()