Searched refs:num_pkts (Results 1 – 1 of 1) sorted by relevance
50 size_t num_pkts; member76 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() argument112 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()523 size_t i, num_pkts = 0, pkt_idx = 0; in test_tx_ack_time_script() local529 num_pkts += s->num_pn; in test_tx_ack_time_script()532 if (!TEST_int_eq(helper_init(&h, num_pkts), 1)) in test_tx_ack_time_script()535 for (i = 0; i < num_pkts; ++i) { in test_tx_ack_time_script()[all …]
Completed in 6 milliseconds