Searched defs:cfq (Results 1 – 7 of 7) sorted by relevance
172 QUIC_CFQ *cfq = OPENSSL_zalloc(sizeof(*cfq)); in ossl_quic_cfq_new() local204 void ossl_quic_cfq_free(QUIC_CFQ *cfq) in ossl_quic_cfq_free()215 static QUIC_CFQ_ITEM_EX *cfq_get_free(QUIC_CFQ *cfq) in cfq_get_free()231 QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq, in ossl_quic_cfq_add_frame()261 void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item) in ossl_quic_cfq_mark_tx()279 void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item, in ossl_quic_cfq_mark_lost()314 void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item) in ossl_quic_cfq_release()335 QUIC_CFQ_ITEM *ossl_quic_cfq_get_priority_head(const QUIC_CFQ *cfq, in ossl_quic_cfq_get_priority_head()
17 QUIC_CFQ *cfq, in ossl_quic_fifd_init()
81 QUIC_CFQ *cfq; member
66 static int check(QUIC_CFQ *cfq) in check()103 QUIC_CFQ *cfq = NULL; in test_cfq() local
57 QUIC_CFQ *cfq; member
29 QUIC_CFQ *cfq; member
42 QUIC_CFQ *cfq; /* QUIC Control Frame Queue */ member