ossl_quic_rstream_new
QUIC_RSTREAM *ossl_quic_rstream_new(QUIC_RXFC *rxfc,
ch->crypto_recv[pn_space] = ossl_quic_rstream_new(NULL, NULL, 0);
if ((qs->rstream = ossl_quic_rstream_new(NULL, NULL, 0)) == NULL)
if (!TEST_ptr(rstream = ossl_quic_rstream_new(NULL, NULL, 0)))
|| !TEST_ptr(rstream = ossl_quic_rstream_new(NULL, NULL, 0)))
|| !TEST_ptr(s->rstream = ossl_quic_rstream_new(&s->rxfc,