Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_ackm_test.c49 struct pkt_info *pkts; member
75 if (h->pkts != NULL) { in helper_destroy()
78 h->pkts[i].pkt = NULL; in helper_destroy()
81 OPENSSL_free(h->pkts); in helper_destroy()
82 h->pkts = NULL; in helper_destroy()
115 if (!TEST_ptr(h->pkts)) in helper_init()
118 h->pkts = NULL; in helper_init()
851 struct pkt_info *pkts = NULL; in test_rx_ack_actual() local
879 pkts = OPENSSL_zalloc(sizeof(*pkts) * num_tx); in test_rx_ack_actual()
880 if (!TEST_ptr(pkts)) in test_rx_ack_actual()
[all …]
/openssl/test/helpers/
H A Dssltestlib.c265 STACK_OF(MEMPACKET) *pkts;
313 if (!TEST_ptr(ctx->pkts = sk_MEMPACKET_new_null())) { in mempacket_test_new()
328 sk_MEMPACKET_pop_free(ctx->pkts, mempacket_free); in mempacket_test_free()
353 thispkt = sk_MEMPACKET_value(ctx->pkts, 0); in mempacket_test_read()
359 (void)sk_MEMPACKET_shift(ctx->pkts); in mempacket_test_read()
424 int numpkts = sk_MEMPACKET_num(ctx->pkts); in mempacket_swap_epoch()
433 thispkt = sk_MEMPACKET_value(ctx->pkts, numpkts - 1); in mempacket_swap_epoch()
501 int numpkts = sk_MEMPACKET_num(ctx->pkts); in mempacket_swap_recent()
625 if (!sk_MEMPACKET_push(ctx->pkts, thispkt)) in mempacket_test_inject()
653 ret = (long)(sk_MEMPACKET_num(ctx->pkts) == 0); in mempacket_test_ctrl()
[all …]

Completed in 12 milliseconds