ossl_quic_sstream_new
QUIC_SSTREAM *ossl_quic_sstream_new(size_t init_buf_size);
ch->crypto_send[pn_space] = ossl_quic_sstream_new(INIT_CRYPTO_SEND_BUF_LEN);
if ((qs->sstream = ossl_quic_sstream_new(INIT_APP_BUF_LEN)) == NULL)
if (!TEST_ptr(info.sstream[i] = ossl_quic_sstream_new(1024)))
if (!TEST_ptr(sstream = ossl_quic_sstream_new(init_size)))
if (!TEST_ptr(sstream = ossl_quic_sstream_new(init_size)))
if (!TEST_ptr(s->sstream = ossl_quic_sstream_new(512 * 1024))
if (!TEST_ptr(h->args.crypto[i] = ossl_quic_sstream_new(4096)))