Searched refs:ossl_quic_sstream_mark_transmitted (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | quic_stream_test.c | 85 if (!TEST_true(ossl_quic_sstream_mark_transmitted(sstream, 0, 7))) in test_sstream_simple() 101 if (!TEST_true(ossl_quic_sstream_mark_transmitted(sstream, 8, 15))) in test_sstream_simple() 128 if (!TEST_true(ossl_quic_sstream_mark_transmitted(sstream, 4, 6))) in test_sstream_simple() 252 || !TEST_true(ossl_quic_sstream_mark_transmitted(sstream, 0, in test_sstream_bulk() 291 } else if (!TEST_true(ossl_quic_sstream_mark_transmitted(sstream, in test_sstream_bulk()
|
H A D | quic_fifd_test.c | 147 || !TEST_true(ossl_quic_sstream_mark_transmitted(info->sstream[i], in test_generic()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_stream.h | 163 int ossl_quic_sstream_mark_transmitted(QUIC_SSTREAM *qss,
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_sstream.c | 180 int ossl_quic_sstream_mark_transmitted(QUIC_SSTREAM *qss, in ossl_quic_sstream_mark_transmitted() function
|
H A D | quic_fifd.c | 292 && !ossl_quic_sstream_mark_transmitted(sstream, in ossl_quic_fifd_pkt_commit()
|