Symbol: ossl_quic_txfc_has_become_blocked
crypto/openssl/include/internal/quic_fc.h
108
int ossl_quic_txfc_has_become_blocked(QUIC_TXFC *txfc, int clear);
crypto/openssl/test/quic_fc_test.c
102
if (!TEST_true(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
105
if (!TEST_true(ossl_quic_txfc_has_become_blocked(txfc, 1)))
crypto/openssl/test/quic_fc_test.c
108
if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
111
if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
142
ossl_quic_txfc_has_become_blocked(parent_txfc, 1);
crypto/openssl/test/quic_fc_test.c
151
if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
160
if (!TEST_true(ossl_quic_txfc_has_become_blocked(parent_txfc, 0)))
crypto/openssl/test/quic_fc_test.c
163
if (!TEST_true(ossl_quic_txfc_has_become_blocked(parent_txfc, 1)))
crypto/openssl/test/quic_fc_test.c
166
if (!TEST_false(ossl_quic_txfc_has_become_blocked(parent_txfc, 0)))
crypto/openssl/test/quic_fc_test.c
172
if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
175
if (is_stream && !TEST_false(ossl_quic_txfc_has_become_blocked(parent_txfc, 0)))
crypto/openssl/test/quic_fc_test.c
181
if (!TEST_true(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
184
if (!TEST_true(ossl_quic_txfc_has_become_blocked(txfc, 1)))
crypto/openssl/test/quic_fc_test.c
187
if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
54
if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
66
if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
84
if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0)))
crypto/openssl/test/quic_fc_test.c
99
if (!TEST_true(ossl_quic_txfc_has_become_blocked(txfc, 0)))