Symbol: ossl_quic_sstream_get_stream_frame
crypto/openssl/include/internal/quic_stream.h
128
int ossl_quic_sstream_get_stream_frame(QUIC_SSTREAM *qss,
crypto/openssl/ssl/quic/quic_sstream.c
172
return ossl_quic_sstream_get_stream_frame(qss, 0, &shdr, iov, &num_iov);
crypto/openssl/ssl/quic/quic_stream_map.c
268
if (!ossl_quic_sstream_get_stream_frame(s->sstream, 0, &shdr, iov,
crypto/openssl/ssl/quic/quic_txp.c
1586
return ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, &num_iov);
crypto/openssl/ssl/quic/quic_txp.c
2145
if (!ossl_quic_sstream_get_stream_frame(txp->args.crypto[pn_space],
crypto/openssl/ssl/quic/quic_txp.c
2226
chunk->valid = ossl_quic_sstream_get_stream_frame(sstream, skip,
crypto/openssl/test/quic_fifd_test.c
146
if (!TEST_true(ossl_quic_sstream_get_stream_frame(info->sstream[i], 0,
crypto/openssl/test/quic_fifd_test.c
260
if (!TEST_true(ossl_quic_sstream_get_stream_frame(info->sstream[i], 0,
crypto/openssl/test/quic_fifd_test.c
291
if (!TEST_true(ossl_quic_sstream_get_stream_frame(info->sstream[1], 1,
crypto/openssl/test/quic_stream_test.c
106
if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
116
if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
133
if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
160
if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
174
if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
185
if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
199
if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
308
if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, i, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
57
if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
73
if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,
crypto/openssl/test/quic_stream_test.c
90
if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov,