Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_demux.c99 QUIC_URXE *e, *enext; in demux_free_urxl() local
101 for (e = ossl_list_urxe_head(l); e != NULL; e = enext) { in demux_free_urxl()
102 enext = ossl_list_urxe_next(e); in demux_free_urxl()
H A Dquic_record_rx.c202 RXE *e, *enext; in qrx_cleanup_rxl() local
204 for (e = ossl_list_rxe_head(l); e != NULL; e = enext) { in qrx_cleanup_rxl()
205 enext = ossl_list_rxe_next(e); in qrx_cleanup_rxl()
213 QUIC_URXE *e, *enext; in qrx_cleanup_urxl() local
215 for (e = ossl_list_urxe_head(l); e != NULL; e = enext) { in qrx_cleanup_urxl()
216 enext = ossl_list_urxe_next(e); in qrx_cleanup_urxl()
H A Dquic_record_tx.c136 TXE *e, *enext; in qtx_cleanup_txl() local
138 for (e = ossl_list_txe_head(l); e != NULL; e = enext) { in qtx_cleanup_txl()
139 enext = ossl_list_txe_next(e); in qtx_cleanup_txl()

Completed in 23 milliseconds