ossl_quic_rxfc_get_error
int ossl_quic_rxfc_get_error(QUIC_RXFC *rxfc, int clear);
fce = ossl_quic_rxfc_get_error(&stream->rxfc, 0);
if (ossl_quic_rxfc_get_error(rxfc, 0) != OSSL_QUIC_ERR_NO_ERROR) {
if (ossl_quic_rxfc_get_error(max_streams_fc, 0) != OSSL_QUIC_ERR_NO_ERROR) {
fce = ossl_quic_rxfc_get_error(&stream->rxfc, 0);
if (!TEST_int_eq(ossl_quic_rxfc_get_error(&conn_rxfc,
if (!TEST_int_eq(ossl_quic_rxfc_get_error(&stream_rxfc[op->stream_idx],