Home
last modified time | relevance | path

Searched refs:ossl_quic_sstream_mark_transmitted (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquic_stream_test.c85 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 Dquic_fifd_test.c147 || !TEST_true(ossl_quic_sstream_mark_transmitted(info->sstream[i], in test_generic()
/freebsd/crypto/openssl/include/internal/
H A Dquic_stream.h163 int ossl_quic_sstream_mark_transmitted(QUIC_SSTREAM *qss,
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_sstream.c180 int ossl_quic_sstream_mark_transmitted(QUIC_SSTREAM *qss, in ossl_quic_sstream_mark_transmitted() function
H A Dquic_fifd.c292 && !ossl_quic_sstream_mark_transmitted(sstream, in ossl_quic_fifd_pkt_commit()