Home
last modified time | relevance | path

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

/test/
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 …]

Completed in 6 milliseconds