ossl_quic_sstream_is_totally_acked
int ossl_quic_sstream_is_totally_acked(QUIC_SSTREAM *qss);
if (ossl_quic_sstream_is_totally_acked(sstream))
&& ossl_quic_sstream_is_totally_acked(s->sstream))
&& ossl_quic_sstream_is_totally_acked(s->sstream))
return !ossl_quic_sstream_is_totally_acked(qs->sstream);
return ossl_quic_sstream_is_totally_acked(qs->sstream);
if (!TEST_true(ossl_quic_sstream_is_totally_acked(sstream)))
if (!TEST_true(ossl_quic_sstream_is_totally_acked(sstream)))
if (!TEST_false(ossl_quic_sstream_is_totally_acked(sstream)))