Lines Matching refs:uint64_t
28 uint64_t swm, cwm;
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);
114 uint64_t ossl_quic_txfc_get_cwm(QUIC_TXFC *txfc);
120 uint64_t ossl_quic_txfc_get_swm(QUIC_TXFC *txfc);
137 uint64_t cwm, swm, rwm, esrwm, hwm, cur_window_size, max_window_size;
154 uint64_t initial_window_size,
155 uint64_t max_window_size,
165 uint64_t initial_window_size,
200 uint64_t end, int is_fin);
220 uint64_t num_bytes,
232 uint64_t ossl_quic_rxfc_get_cwm(const QUIC_RXFC *rxfc);
239 uint64_t ossl_quic_rxfc_get_swm(const QUIC_RXFC *rxfc);
245 uint64_t ossl_quic_rxfc_get_rwm(const QUIC_RXFC *rxfc);
251 uint64_t ossl_quic_rxfc_get_credit(const QUIC_RXFC *rxfc);
279 int ossl_quic_rxfc_get_final_size(const QUIC_RXFC *rxfc, uint64_t *final_size);