Home
last modified time | relevance | path

Searched defs:cfq (Results 1 – 7 of 7) sorted by relevance

/openssl/ssl/quic/
H A Dquic_cfq.c171 QUIC_CFQ *cfq = OPENSSL_zalloc(sizeof(*cfq)); in ossl_quic_cfq_new() local
203 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()
H A Dquic_fifd.c17 QUIC_CFQ *cfq, in ossl_quic_fifd_init()
H A Dquic_channel_local.h70 QUIC_CFQ *cfq; member
/openssl/test/
H A Dquic_cfq_test.c66 static int check(QUIC_CFQ *cfq) in check()
103 QUIC_CFQ *cfq = NULL; in test_cfq() local
H A Dquic_fifd_test.c53 QUIC_CFQ *cfq; member
/openssl/include/internal/
H A Dquic_fifd.h29 QUIC_CFQ *cfq; member
H A Dquic_txp.h42 QUIC_CFQ *cfq; /* QUIC Control Frame Queue */ member

Completed in 13 milliseconds