Searched refs:ossl_quic_rxfc_on_retire (Results 1 – 9 of 9) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_rstream.c | 161 && !ossl_quic_rxfc_on_retire(qrs->rxfc, *readbytes, rtt)) in ossl_quic_rstream_read() 256 if (!ossl_quic_rxfc_on_retire(qrs->rxfc, offset, rtt)) in ossl_quic_rstream_release_record()
|
H A D | quic_fc.c | 340 int ossl_quic_rxfc_on_retire(QUIC_RXFC *rxfc, in ossl_quic_rxfc_on_retire() function
|
H A D | quic_tserver.c | 297 if (!ossl_quic_rxfc_on_retire(&qs->rxfc, *bytes_read, in ossl_quic_tserver_read()
|
H A D | quic_stream_map.c | 767 (void)ossl_quic_rxfc_on_retire(max_streams_rxfc, 1, rtt); in ossl_quic_stream_map_remove_from_accept_queue()
|
H A D | quic_channel.c | 942 if (!ossl_quic_rxfc_on_retire(&ch->crypto_rxfc[rx_pn_space], bytes_read, in ch_on_crypto_release_record()
|
H A D | quic_impl.c | 2698 if (!ossl_quic_rxfc_on_retire(&stream->rxfc, *bytes_read, in quic_read_actual()
|
/openssl/include/internal/ |
H A D | quic_fc.h | 219 int ossl_quic_rxfc_on_retire(QUIC_RXFC *rxfc,
|
/openssl/test/ |
H A D | quic_fc_test.c | 531 if (!TEST_int_eq(ossl_quic_rxfc_on_retire(&stream_rxfc[op->stream_idx], in run_rxfc_script()
|
H A D | quic_txp_test.c | 374 || !TEST_true(ossl_quic_rxfc_on_retire(&h->stream_rxfc, cwm, in schedule_max_data()
|
Completed in 45 milliseconds