Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_fc_test.c17 QUIC_TXFC conn_txfc, stream_txfc, *txfc, *parent_txfc; in test_txfc() local
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()
132 if (is_stream && !TEST_true(ossl_quic_txfc_bump_cwm(parent_txfc, 2400))) in test_txfc()
145 ossl_quic_txfc_has_become_blocked(parent_txfc, 1); in test_txfc()
163 if (!TEST_true(ossl_quic_txfc_has_become_blocked(parent_txfc, 0))) in test_txfc()
166 if (!TEST_true(ossl_quic_txfc_has_become_blocked(parent_txfc, 1))) in test_txfc()
169 if (!TEST_false(ossl_quic_txfc_has_become_blocked(parent_txfc, 0))) in test_txfc()
178 if (is_stream && !TEST_false(ossl_quic_txfc_has_become_blocked(parent_txfc, 0))) in test_txfc()

Completed in 7 milliseconds