Searched refs:acked_set (Results 1 – 1 of 1) sorted by relevance
46 UINT_SET new_set, acked_set; member76 ossl_uint_set_init(&qss->acked_set); in ossl_quic_sstream_new()86 ossl_uint_set_destroy(&qss->acked_set); in ossl_quic_sstream_free()246 if (!ossl_uint_set_insert(&qss->acked_set, &r)) in ossl_quic_sstream_mark_acked()334 UINT_SET_ITEM *h = ossl_list_uint_set_head(&qss->acked_set); in qss_cull()388 if (ossl_list_uint_set_num(&qss->acked_set) != 1) in ossl_quic_sstream_is_totally_acked()391 r = ossl_list_uint_set_head(&qss->acked_set)->range; in ossl_quic_sstream_is_totally_acked()