Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_record_tx.c264 TXE *txe2; in qtx_resize_txe() local
285 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()