Searched refs:stream_rxfc (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | quic_fc_test.c | 480 QUIC_RXFC conn_rxfc = { 0 }, stream_rxfc[MAX_STREAMS] = { 0 }; /* coverity */ in run_rxfc_script() local 498 if (!TEST_size_t_lt(op->stream_idx, OSSL_NELEM(stream_rxfc)) in run_rxfc_script() 502 if (!TEST_true(ossl_quic_rxfc_init(&stream_rxfc[op->stream_idx], in run_rxfc_script() 512 if (!TEST_true(conn_init_done && op->stream_idx < OSSL_NELEM(stream_rxfc) in run_rxfc_script() 516 if (!TEST_true(ossl_quic_rxfc_on_rx_stream_frame(&stream_rxfc[op->stream_idx], in run_rxfc_script() 524 if (!TEST_true(conn_init_done && op->stream_idx < OSSL_NELEM(stream_rxfc) in run_rxfc_script() 528 if (!TEST_int_eq(ossl_quic_rxfc_on_retire(&stream_rxfc[op->stream_idx], in run_rxfc_script() 543 if (!TEST_true(op->stream_idx < OSSL_NELEM(stream_rxfc) in run_rxfc_script() 546 if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_cwm(&stream_rxfc[op->stream_idx]), in run_rxfc_script() 558 if (!TEST_true(op->stream_idx < OSSL_NELEM(stream_rxfc) in run_rxfc_script() [all …]
|
| H A D | quic_txp_test.c | 63 QUIC_RXFC conn_rxfc, stream_rxfc; member 169 if (!TEST_true(ossl_quic_rxfc_init(&h->stream_rxfc, &h->conn_rxfc, in helper_init() 393 cwm = ossl_quic_rxfc_get_cwm(&h->stream_rxfc); in schedule_max_data() 395 if (!TEST_true(ossl_quic_rxfc_on_rx_stream_frame(&h->stream_rxfc, cwm, 0)) in schedule_max_data() 396 || !TEST_true(ossl_quic_rxfc_on_retire(&h->stream_rxfc, cwm, in schedule_max_data()
|