Symbol: tx_helper
crypto/openssl/ssl/quic/quic_txp.c
185
static void tx_helper_rollback(struct tx_helper *h);
crypto/openssl/ssl/quic/quic_txp.c
189
static int tx_helper_init(struct tx_helper *h, OSSL_QUIC_TX_PACKETISER *txp,
crypto/openssl/ssl/quic/quic_txp.c
1913
struct tx_helper *h = &pkt->h;
crypto/openssl/ssl/quic/quic_txp.c
2069
static int determine_crypto_len(struct tx_helper *h,
crypto/openssl/ssl/quic/quic_txp.c
2094
static int determine_stream_len(struct tx_helper *h,
crypto/openssl/ssl/quic/quic_txp.c
2127
struct tx_helper *h = &pkt->h;
crypto/openssl/ssl/quic/quic_txp.c
221
static void tx_helper_cleanup(struct tx_helper *h)
crypto/openssl/ssl/quic/quic_txp.c
2216
struct tx_helper *h,
crypto/openssl/ssl/quic/quic_txp.c
2284
struct tx_helper *h = &pkt->h;
crypto/openssl/ssl/quic/quic_txp.c
229
static void tx_helper_unrestrict(struct tx_helper *h)
crypto/openssl/ssl/quic/quic_txp.c
248
static int tx_helper_append_iovec(struct tx_helper *h,
crypto/openssl/ssl/quic/quic_txp.c
2494
struct tx_helper *h = &pkt->h;
crypto/openssl/ssl/quic/quic_txp.c
2671
struct tx_helper *h = &pkt->h;
crypto/openssl/ssl/quic/quic_txp.c
274
static size_t tx_helper_get_space_left(struct tx_helper *h)
crypto/openssl/ssl/quic/quic_txp.c
287
static WPACKET *tx_helper_begin(struct tx_helper *h)
crypto/openssl/ssl/quic/quic_txp.c
319
static void tx_helper_end(struct tx_helper *h, int success)
crypto/openssl/ssl/quic/quic_txp.c
331
static void tx_helper_rollback(struct tx_helper *h)
crypto/openssl/ssl/quic/quic_txp.c
340
static int tx_helper_commit(struct tx_helper *h)
crypto/openssl/ssl/quic/quic_txp.c
411
struct tx_helper h;