HomeSort by: relevance | last modified time | path
    Searched refs:QUIC_TXPIM (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_txpim.h 78 QUIC_TXPIM *ossl_quic_txpim_new(void);
85 void ossl_quic_txpim_free(QUIC_TXPIM *txpim);
92 QUIC_TXPIM_PKT *ossl_quic_txpim_pkt_alloc(QUIC_TXPIM *txpim);
97 void ossl_quic_txpim_pkt_release(QUIC_TXPIM *txpim, QUIC_TXPIM_PKT *fpkt);
131 size_t ossl_quic_txpim_get_in_use(const QUIC_TXPIM *txpim);
quic_fifd.h 17 #include "internal/quic_txpim.h"
31 QUIC_TXPIM *txpim;
56 QUIC_TXPIM *txpim,
quic_predef.h 18 typedef struct quic_txpim_st QUIC_TXPIM;
quic_txp.h 18 #include "internal/quic_txpim.h"
41 QUIC_TXPIM *txpim; /* QUIC TX'd Packet Information Manager */
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_txpim.c 10 #include "internal/quic_txpim.h"
34 QUIC_TXPIM *ossl_quic_txpim_new(void)
36 QUIC_TXPIM *txpim = OPENSSL_zalloc(sizeof(*txpim));
58 void ossl_quic_txpim_free(QUIC_TXPIM *txpim)
92 static QUIC_TXPIM_PKT_EX *txpim_get_free(QUIC_TXPIM *txpim)
121 QUIC_TXPIM_PKT *ossl_quic_txpim_pkt_alloc(QUIC_TXPIM *txpim)
134 void ossl_quic_txpim_pkt_release(QUIC_TXPIM *txpim, QUIC_TXPIM_PKT *fpkt)
226 size_t ossl_quic_txpim_get_in_use(const QUIC_TXPIM *txpim)
quic_channel_local.h 102 QUIC_TXPIM *txpim;
quic_fifd.c 19 QUIC_TXPIM *txpim,
  /src/crypto/external/apache2/openssl/dist/test/
quic_txpim_test.c 11 #include "internal/quic_txpim.h"
17 QUIC_TXPIM *txpim;
quic_fifd_test.c 11 #include "internal/quic_txpim.h"
58 QUIC_TXPIM *txpim;

Completed in 19 milliseconds