Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_record_tx.c264 TXE *txe2, *p; in qtx_resize_txe() local
281 txe2 = OPENSSL_realloc(txe, sizeof(TXE) + n); in qtx_resize_txe()
282 if (txe2 == NULL || txe == txe2) { in qtx_resize_txe()
287 return txe2; in qtx_resize_txe()
291 ossl_list_txe_insert_head(txl, txe2); in qtx_resize_txe()
293 ossl_list_txe_insert_after(txl, p, txe2); in qtx_resize_txe()
296 qtx->cons = txe2; in qtx_resize_txe()
298 txe2->alloc_len = n; in qtx_resize_txe()
299 return txe2; in qtx_resize_txe()

Completed in 7 milliseconds