Lines Matching refs:space

336 static int test_tx_ack_case_actual(int tidx, int space, int mode)  in test_tx_ack_case_actual()  argument
347 if (mode == MODE_DISCARD && space == QUIC_PN_SPACE_APP) { in test_tx_ack_case_actual()
367 tx->pkt_space = space; in test_tx_ack_case_actual()
385 if (!TEST_int_eq(ossl_ackm_on_pkt_space_discarded(h.ackm, space), 1)) in test_tx_ack_case_actual()
401 if (!TEST_int_eq(ossl_ackm_on_rx_ack_frame(h.ackm, &ack, space, fake_time), 1)) in test_tx_ack_case_actual()
436 if (space == QUIC_PN_SPACE_APP) in test_tx_ack_case_actual()
457 space == QUIC_PN_SPACE_INITIAL, in test_tx_ack_case_actual()
458 space == QUIC_PN_SPACE_HANDSHAKE, in test_tx_ack_case_actual()
459 space == QUIC_PN_SPACE_APP), 1)) in test_tx_ack_case_actual()
903 static int test_rx_ack_actual(int tidx, int space) in test_rx_ack_actual() argument
956 pkt.pkt_space = space; in test_rx_ack_actual()
975 s->pn + i, space), in test_rx_ack_actual()
982 if (!TEST_int_eq(ossl_ackm_is_ack_desired(h.ackm, space), in test_rx_ack_actual()
986 if (!TEST_int_eq(!ossl_time_is_infinite(ossl_ackm_get_ack_deadline(h.ackm, space)) in test_rx_ack_actual()
987 && !ossl_time_is_zero(ossl_ackm_get_ack_deadline(h.ackm, space)), in test_rx_ack_actual()
992 if (i != (size_t)space in test_rx_ack_actual()
1004 ack = ossl_ackm_get_ack_frame(h.ackm, space); in test_rx_ack_actual()
1028 tx->pkt_space = space; in test_rx_ack_actual()
1053 space, fake_time), 1)) in test_rx_ack_actual()
1059 if (space == (int)s->pn) { in test_rx_ack_actual()
1088 int tidx, space; in test_tx_ack_case() local
1093 space = idx % QUIC_PN_SPACE_NUM; in test_tx_ack_case()
1096 return test_tx_ack_case_actual(tidx, space, idx); in test_tx_ack_case()