Home
last modified time | relevance | path

Searched refs:UINT_SET (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Duint_set.h39 typedef OSSL_LIST(uint_set) UINT_SET; typedef
41 void ossl_uint_set_init(UINT_SET *s);
42 void ossl_uint_set_destroy(UINT_SET *s);
50 int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range);
58 int ossl_uint_set_remove(UINT_SET *s, const UINT_RANGE *range);
61 int ossl_uint_set_query(const UINT_SET *s, uint64_t v);
/freebsd/crypto/openssl/ssl/quic/
H A Duint_set.c60 void ossl_uint_set_init(UINT_SET *s) in ossl_uint_set_init()
65 void ossl_uint_set_destroy(UINT_SET *s) in ossl_uint_set_destroy()
76 static void uint_set_merge_adjacent(UINT_SET *s, UINT_SET_ITEM *x) in uint_set_merge_adjacent()
125 int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range) in ossl_uint_set_insert()
258 int ossl_uint_set_remove(UINT_SET *s, const UINT_RANGE *range) in ossl_uint_set_remove()
320 int ossl_uint_set_query(const UINT_SET *s, uint64_t v) in ossl_uint_set_query()
H A Dquic_sstream.c46 UINT_SET new_set, acked_set;
H A Dquic_ackm.c391 UINT_SET set;