HomeSort by: relevance | last modified time | path
    Searched defs:txfc (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_fc_test.c 17 QUIC_TXFC conn_txfc, stream_txfc, *txfc, *parent_txfc; local
25 txfc = is_stream ? &stream_txfc : &conn_txfc;
28 if (!TEST_true(ossl_quic_txfc_bump_cwm(txfc, 2000)))
34 if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 0))
37 if (!TEST_uint64_t_eq(ossl_quic_txfc_get_cwm(txfc), 2000))
40 if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit_local(txfc, 0), 2000))
43 if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit_local(txfc, 100), 1900))
47 if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 2000))
50 if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 100), 1900))
54 if (!TEST_false(ossl_quic_txfc_has_become_blocked(txfc, 0))
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_stream_map.h 155 QUIC_TXFC txfc; /* NULL if RX-only */ member in struct:quic_stream_st

Completed in 22 milliseconds