ossl_quic_rstream_read
int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
if (!ossl_quic_rstream_read(stream->rstream, buf, buf_len,
if (!ossl_quic_rstream_read(qs->rstream, buf, buf_len,
if (!ossl_quic_rstream_read(qs->rstream, buf, sizeof(buf),
: ossl_quic_rstream_read;
} else if (!TEST_true(ossl_quic_rstream_read(rstream, read_buf,
} else if (!TEST_true(ossl_quic_rstream_read(rstream, read_buf,