Symbol: UINT_RANGE
crypto/openssl/include/internal/quic_sf_list.h
116
int ossl_sframe_list_lock_head(SFRAME_LIST *fl, UINT_RANGE *range,
crypto/openssl/include/internal/quic_sf_list.h
77
int ossl_sframe_list_insert(SFRAME_LIST *fl, UINT_RANGE *range,
crypto/openssl/include/internal/quic_sf_list.h
94
UINT_RANGE *range, const unsigned char **data,
crypto/openssl/include/internal/uint_set.h
34
UINT_RANGE range;
crypto/openssl/include/internal/uint_set.h
50
int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range);
crypto/openssl/include/internal/uint_set.h
58
int ossl_uint_set_remove(UINT_SET *s, const UINT_RANGE *range);
crypto/openssl/ssl/quic/quic_ackm.c
425
UINT_RANGE r = ossl_list_uint_set_head(&h->set)->range;
crypto/openssl/ssl/quic/quic_ackm.c
445
UINT_RANGE r;
crypto/openssl/ssl/quic/quic_ackm.c
463
UINT_RANGE r;
crypto/openssl/ssl/quic/quic_rstream.c
176
UINT_RANGE range;
crypto/openssl/ssl/quic/quic_rstream.c
20
UINT_RANGE head_range;
crypto/openssl/ssl/quic/quic_rstream.c
62
UINT_RANGE range;
crypto/openssl/ssl/quic/quic_rstream.c
80
UINT_RANGE range;
crypto/openssl/ssl/quic/quic_sf_list.c
16
UINT_RANGE range;
crypto/openssl/ssl/quic/quic_sf_list.c
182
UINT_RANGE *range, const unsigned char **data,
crypto/openssl/ssl/quic/quic_sf_list.c
251
int ossl_sframe_list_lock_head(SFRAME_LIST *fl, UINT_RANGE *range,
crypto/openssl/ssl/quic/quic_sf_list.c
30
static STREAM_FRAME *stream_frame_new(UINT_RANGE *range, OSSL_QRX_PKT *pkt,
crypto/openssl/ssl/quic/quic_sf_list.c
63
static int append_frame(SFRAME_LIST *fl, UINT_RANGE *range,
crypto/openssl/ssl/quic/quic_sf_list.c
79
int ossl_sframe_list_insert(SFRAME_LIST *fl, UINT_RANGE *range,
crypto/openssl/ssl/quic/quic_sstream.c
184
UINT_RANGE r;
crypto/openssl/ssl/quic/quic_sstream.c
213
UINT_RANGE r;
crypto/openssl/ssl/quic/quic_sstream.c
242
UINT_RANGE r;
crypto/openssl/ssl/quic/quic_sstream.c
288
UINT_RANGE r;
crypto/openssl/ssl/quic/quic_sstream.c
379
UINT_RANGE r;
crypto/openssl/ssl/quic/uint_set.c
105
static int uint_range_overlaps(const UINT_RANGE *a,
crypto/openssl/ssl/quic/uint_set.c
106
const UINT_RANGE *b)
crypto/openssl/ssl/quic/uint_set.c
125
int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range)
crypto/openssl/ssl/quic/uint_set.c
258
int ossl_uint_set_remove(UINT_SET *s, const UINT_RANGE *range)