Searched refs:txl (Results 1 – 1 of 1) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_record_tx.c | 262 static TXE *qtx_resize_txe(OSSL_QTX *qtx, TXE_LIST *txl, TXE *txe, size_t n) in qtx_resize_txe() argument 275 ossl_list_txe_remove(txl, txe); in qtx_resize_txe() 284 ossl_list_txe_insert_head(txl, txe); in qtx_resize_txe() 286 ossl_list_txe_insert_after(txl, p, txe); 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() 306 static TXE *qtx_reserve_txe(OSSL_QTX *qtx, TXE_LIST *txl, in qtx_reserve_txe() argument 312 return qtx_resize_txe(qtx, txl, txe, n); in qtx_reserve_txe()
|
Completed in 6 milliseconds