Symbol: QUIC_CFQ_ITEM
crypto/openssl/include/internal/quic_cfq.h
102
QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq,
crypto/openssl/include/internal/quic_cfq.h
115
void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
122
void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item,
crypto/openssl/include/internal/quic_cfq.h
129
void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
140
QUIC_CFQ_ITEM *ossl_quic_cfq_get_priority_head(const QUIC_CFQ *cfq,
crypto/openssl/include/internal/quic_cfq.h
149
QUIC_CFQ_ITEM *ossl_quic_cfq_item_get_priority_next(const QUIC_CFQ_ITEM *item,
crypto/openssl/include/internal/quic_cfq.h
34
QUIC_CFQ_ITEM *pkt_prev, *pkt_next;
crypto/openssl/include/internal/quic_cfq.h
46
uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
49
const unsigned char *ossl_quic_cfq_item_get_encoded(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
52
size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
55
int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
58
uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
61
int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_txpim.h
108
QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_txpim.h
31
QUIC_CFQ_ITEM *retx_head;
crypto/openssl/ssl/quic/quic_cfq.c
16
QUIC_CFQ_ITEM public;
crypto/openssl/ssl/quic/quic_cfq.c
231
QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq,
crypto/openssl/ssl/quic/quic_cfq.c
261
void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
27
uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
279
void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item,
crypto/openssl/ssl/quic/quic_cfq.c
314
void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
335
QUIC_CFQ_ITEM *ossl_quic_cfq_get_priority_head(const QUIC_CFQ *cfq,
crypto/openssl/ssl/quic/quic_cfq.c
34
const unsigned char *ossl_quic_cfq_item_get_encoded(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
349
QUIC_CFQ_ITEM *ossl_quic_cfq_item_get_priority_next(const QUIC_CFQ_ITEM *item,
crypto/openssl/ssl/quic/quic_cfq.c
41
size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
48
int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
55
uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
62
int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_channel.c
567
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/ssl/quic/quic_fifd.c
130
QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
crypto/openssl/ssl/quic/quic_fifd.c
236
QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
crypto/openssl/ssl/quic/quic_fifd.c
254
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/ssl/quic/quic_fifd.c
74
QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
crypto/openssl/ssl/quic/quic_txp.c
1429
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/ssl/quic/quic_txp.c
2669
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/ssl/quic/quic_txpim.c
144
QUIC_CFQ_ITEM *item)
crypto/openssl/test/quic_cfq_test.c
104
QUIC_CFQ_ITEM *item, *inext;
crypto/openssl/test/quic_cfq_test.c
55
static QUIC_CFQ_ITEM *items[QUIC_PN_SPACE_NUM][10];
crypto/openssl/test/quic_cfq_test.c
69
QUIC_CFQ_ITEM *item;
crypto/openssl/test/quic_fifd_test.c
121
QUIC_CFQ_ITEM *cfq_item = NULL;
crypto/openssl/test/quic_txp_test.c
429
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/test/quic_txp_test.c
510
QUIC_CFQ_ITEM *cfq_item;