Symbol: QUIC_TXPIM
crypto/openssl/include/internal/quic_fifd.h
31
QUIC_TXPIM *txpim;
crypto/openssl/include/internal/quic_fifd.h
56
QUIC_TXPIM *txpim,
crypto/openssl/include/internal/quic_txp.h
41
QUIC_TXPIM *txpim; /* QUIC TX'd Packet Information Manager */
crypto/openssl/include/internal/quic_txpim.h
131
size_t ossl_quic_txpim_get_in_use(const QUIC_TXPIM *txpim);
crypto/openssl/include/internal/quic_txpim.h
78
QUIC_TXPIM *ossl_quic_txpim_new(void);
crypto/openssl/include/internal/quic_txpim.h
85
void ossl_quic_txpim_free(QUIC_TXPIM *txpim);
crypto/openssl/include/internal/quic_txpim.h
92
QUIC_TXPIM_PKT *ossl_quic_txpim_pkt_alloc(QUIC_TXPIM *txpim);
crypto/openssl/include/internal/quic_txpim.h
97
void ossl_quic_txpim_pkt_release(QUIC_TXPIM *txpim, QUIC_TXPIM_PKT *fpkt);
crypto/openssl/ssl/quic/quic_channel_local.h
80
QUIC_TXPIM *txpim;
crypto/openssl/ssl/quic/quic_fifd.c
19
QUIC_TXPIM *txpim,
crypto/openssl/ssl/quic/quic_txpim.c
121
QUIC_TXPIM_PKT *ossl_quic_txpim_pkt_alloc(QUIC_TXPIM *txpim)
crypto/openssl/ssl/quic/quic_txpim.c
134
void ossl_quic_txpim_pkt_release(QUIC_TXPIM *txpim, QUIC_TXPIM_PKT *fpkt)
crypto/openssl/ssl/quic/quic_txpim.c
226
size_t ossl_quic_txpim_get_in_use(const QUIC_TXPIM *txpim)
crypto/openssl/ssl/quic/quic_txpim.c
34
QUIC_TXPIM *ossl_quic_txpim_new(void)
crypto/openssl/ssl/quic/quic_txpim.c
36
QUIC_TXPIM *txpim = OPENSSL_zalloc(sizeof(*txpim));
crypto/openssl/ssl/quic/quic_txpim.c
58
void ossl_quic_txpim_free(QUIC_TXPIM *txpim)
crypto/openssl/ssl/quic/quic_txpim.c
92
static QUIC_TXPIM_PKT_EX *txpim_get_free(QUIC_TXPIM *txpim)
crypto/openssl/test/quic_fifd_test.c
58
QUIC_TXPIM *txpim;
crypto/openssl/test/quic_txpim_test.c
17
QUIC_TXPIM *txpim;