Lines Matching refs:QUIC_TXFC
24 typedef struct quic_txfc_st QUIC_TXFC; typedef
27 QUIC_TXFC *parent; /* stream-level iff non-NULL */
37 int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc);
43 QUIC_TXFC *ossl_quic_txfc_get_parent(QUIC_TXFC *txfc);
55 int ossl_quic_txfc_bump_cwm(QUIC_TXFC *txfc, uint64_t cwm);
67 uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed);
75 uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed);
92 int ossl_quic_txfc_consume_credit(QUIC_TXFC *txfc, uint64_t num_bytes);
99 int ossl_quic_txfc_consume_credit_local(QUIC_TXFC *txfc, uint64_t num_bytes);
108 int ossl_quic_txfc_has_become_blocked(QUIC_TXFC *txfc, int clear);
114 uint64_t ossl_quic_txfc_get_cwm(QUIC_TXFC *txfc);
120 uint64_t ossl_quic_txfc_get_swm(QUIC_TXFC *txfc);