Lines Matching defs:item
27 uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_frame_type()
34 const unsigned char *ossl_quic_cfq_item_get_encoded(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_encoded()
41 size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_encoded_len()
48 int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_state()
55 uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_pn_space()
62 int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_is_unreliable()
179 static void clear_item(QUIC_CFQ_ITEM_EX *item) in clear_item()
216 QUIC_CFQ_ITEM_EX *item = cfq->free_list.head; in cfq_get_free() local
240 QUIC_CFQ_ITEM_EX *item = cfq_get_free(cfq); in ossl_quic_cfq_add_frame() local
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()
337 QUIC_CFQ_ITEM_EX *item = cfq->new_list.head; in ossl_quic_cfq_get_priority_head() local
347 QUIC_CFQ_ITEM *ossl_quic_cfq_item_get_priority_next(const QUIC_CFQ_ITEM *item, in ossl_quic_cfq_item_get_priority_next()