Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c127 struct tx_helper { struct
185 static void tx_helper_rollback(struct tx_helper *h); argument
189 static int tx_helper_init(struct tx_helper *h, OSSL_QUIC_TX_PACKETISER *txp, in tx_helper_init()
221 static void tx_helper_cleanup(struct tx_helper *h) in tx_helper_cleanup()
229 static void tx_helper_unrestrict(struct tx_helper *h) in tx_helper_unrestrict()
248 static int tx_helper_append_iovec(struct tx_helper *h, in tx_helper_append_iovec()
274 static size_t tx_helper_get_space_left(struct tx_helper *h) in tx_helper_get_space_left()
287 static WPACKET *tx_helper_begin(struct tx_helper *h) in tx_helper_begin()
319 static void tx_helper_end(struct tx_helper *h, int success) in tx_helper_end()
331 static void tx_helper_rollback(struct tx_helper *h) in tx_helper_rollback()
[all …]