Home
last modified time | relevance | path

Searched refs:num_pkts (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dquic_ackm_test.c50 size_t num_pkts; member
76 for (i = 0; i < h->num_pkts; ++i) { in helper_destroy()
86 static int helper_init(struct helper *h, size_t num_pkts) in helper_init() argument
112 h->num_pkts = num_pkts; in helper_init()
113 if (num_pkts > 0) { in helper_init()
114 h->pkts = OPENSSL_zalloc(sizeof(struct pkt_info) * num_pkts); in helper_init()
524 size_t i, num_pkts = 0, pkt_idx = 0; in test_tx_ack_time_script() local
530 num_pkts += s->num_pn; in test_tx_ack_time_script()
533 if (!TEST_int_eq(helper_init(&h, num_pkts), 1)) in test_tx_ack_time_script()
536 for (i = 0; i < num_pkts; ++i) { in test_tx_ack_time_script()
[all …]

Completed in 8 milliseconds