Home
last modified time | relevance | path

Searched refs:is_stream (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dquic_fc_test.c14 static int test_txfc(int is_stream) in test_txfc() argument
22 if (is_stream && !TEST_true(ossl_quic_txfc_init(&stream_txfc, &conn_txfc))) in test_txfc()
25 txfc = is_stream ? &stream_txfc : &conn_txfc; in test_txfc()
26 parent_txfc = is_stream ? &conn_txfc : NULL; in test_txfc()
31 if (is_stream && !TEST_true(ossl_quic_txfc_bump_cwm(parent_txfc, 2000))) in test_txfc()
46 if (is_stream) { in test_txfc()
63 if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), in test_txfc()
82 if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), in test_txfc()
95 if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), in test_txfc()
144 if (is_stream) in test_txfc()
[all …]
/openssl/ssl/quic/
H A Dquic_impl.c207 ctx->is_stream = 0; in expect_quic()
217 ctx->is_stream = 0; in expect_quic()
225 ctx->is_stream = 1; in expect_quic()
299 if (ctx->is_stream) in expect_quic_conn_only()
480 if (ctx.is_stream) { in ossl_quic_free()
740 if (!ctx.is_stream) { in quic_mask_or_options()
956 if (ctx.is_stream) in ossl_quic_conn_get_blocking_mode()
989 if (!ctx.is_stream) in ossl_quic_conn_set_blocking_mode()
1251 if (ctx.is_stream) { in ossl_quic_conn_shutdown()
3329 if (ctx->is_stream) { in qctx_should_autotick()
[all …]

Completed in 26 milliseconds