| quic_fc_test.c | 223 size_t stream_idx; member in struct:rx_test_op 233 #define RX_OP_INIT_STREAM(stream_idx, init_window_size, max_window_size) \ 234 { RX_OPC_INIT_STREAM, (stream_idx), (init_window_size), (max_window_size) }, 235 #define RX_OP_RX(stream_idx, end, is_fin) \ 236 { RX_OPC_RX, (stream_idx), (end), (is_fin) }, 237 #define RX_OP_RETIRE(stream_idx, num_bytes, rtt, expect_fail) \ 238 { RX_OPC_RETIRE, (stream_idx), (num_bytes), (rtt), (expect_fail) }, 498 if (!TEST_size_t_lt(op->stream_idx, OSSL_NELEM(stream_rxfc)) 502 if (!TEST_true(ossl_quic_rxfc_init(&stream_rxfc[op->stream_idx], 508 stream_init_done[op->stream_idx] = 1 [all...] |