Searched refs:txe2 (Results 1 – 1 of 1) sorted by relevance
264 TXE *txe2; in qtx_resize_txe() local285 txe2 = OPENSSL_realloc(txe, sizeof(TXE) + n); in qtx_resize_txe()286 if (txe2 == NULL) in qtx_resize_txe()290 qtx->cons = txe2; in qtx_resize_txe()292 txe2->alloc_len = n; in qtx_resize_txe()293 return txe2; in qtx_resize_txe()