Searched defs:cfq (Results 1 – 7 of 7) sorted by relevance
171 QUIC_CFQ *cfq = OPENSSL_zalloc(sizeof(*cfq)); in ossl_quic_cfq_new() local203 void ossl_quic_cfq_free(QUIC_CFQ *cfq) in ossl_quic_cfq_free()214 static QUIC_CFQ_ITEM_EX *cfq_get_free(QUIC_CFQ *cfq) in cfq_get_free()230 QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq, in ossl_quic_cfq_add_frame()260 void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item) in ossl_quic_cfq_mark_tx()278 void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item, in ossl_quic_cfq_mark_lost()313 void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item) in ossl_quic_cfq_release()334 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()
70 QUIC_CFQ *cfq; member
66 static int check(QUIC_CFQ *cfq) in check()103 QUIC_CFQ *cfq = NULL; in test_cfq() local
53 QUIC_CFQ *cfq; member
29 QUIC_CFQ *cfq; member
42 QUIC_CFQ *cfq; /* QUIC Control Frame Queue */ member
Completed in 11 milliseconds