Symbol: QUIC_RSTREAM
crypto/openssl/include/internal/quic_stream.h
324
QUIC_RSTREAM *ossl_quic_rstream_new(QUIC_RXFC *rxfc,
crypto/openssl/include/internal/quic_stream.h
330
void ossl_quic_rstream_free(QUIC_RSTREAM *qrs);
crypto/openssl/include/internal/quic_stream.h
342
int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt,
crypto/openssl/include/internal/quic_stream.h
353
int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/include/internal/quic_stream.h
362
int ossl_quic_rstream_peek(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/include/internal/quic_stream.h
370
int ossl_quic_rstream_available(QUIC_RSTREAM *qrs, size_t *avail, int *fin);
crypto/openssl/include/internal/quic_stream.h
384
int ossl_quic_rstream_get_record(QUIC_RSTREAM *qrs,
crypto/openssl/include/internal/quic_stream.h
400
int ossl_quic_rstream_release_record(QUIC_RSTREAM *qrs, size_t read_len);
crypto/openssl/include/internal/quic_stream.h
410
int ossl_quic_rstream_move_to_rbuf(QUIC_RSTREAM *qrs);
crypto/openssl/include/internal/quic_stream.h
420
int ossl_quic_rstream_resize_rbuf(QUIC_RSTREAM *qrs, size_t rbuf_size);
crypto/openssl/include/internal/quic_stream.h
425
void ossl_quic_rstream_set_cleanse(QUIC_RSTREAM *qrs, int cleanse);
crypto/openssl/include/internal/quic_stream_map.h
152
QUIC_RSTREAM *rstream; /* NULL if TX only */
crypto/openssl/ssl/quic/quic_channel.c
1031
QUIC_RSTREAM *rstream;
crypto/openssl/ssl/quic/quic_channel.c
76
static int crypto_ensure_empty(QUIC_RSTREAM *rstream);
crypto/openssl/ssl/quic/quic_channel.c
976
static int crypto_ensure_empty(QUIC_RSTREAM *rstream)
crypto/openssl/ssl/quic/quic_channel.c
994
QUIC_RSTREAM *rstream;
crypto/openssl/ssl/quic/quic_channel_local.h
110
QUIC_RSTREAM *crypto_recv[QUIC_PN_SPACE_NUM];
crypto/openssl/ssl/quic/quic_rstream.c
137
static OSSL_TIME get_rtt(QUIC_RSTREAM *qrs)
crypto/openssl/ssl/quic/quic_rstream.c
152
int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/ssl/quic/quic_rstream.c
167
int ossl_quic_rstream_peek(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/ssl/quic/quic_rstream.c
173
int ossl_quic_rstream_available(QUIC_RSTREAM *qrs, size_t *avail, int *fin)
crypto/openssl/ssl/quic/quic_rstream.c
191
int ossl_quic_rstream_get_record(QUIC_RSTREAM *qrs,
crypto/openssl/ssl/quic/quic_rstream.c
231
int ossl_quic_rstream_release_record(QUIC_RSTREAM *qrs, size_t read_len)
crypto/openssl/ssl/quic/quic_rstream.c
24
QUIC_RSTREAM *ossl_quic_rstream_new(QUIC_RXFC *rxfc,
crypto/openssl/ssl/quic/quic_rstream.c
27
QUIC_RSTREAM *ret = OPENSSL_zalloc(sizeof(*ret));
crypto/openssl/ssl/quic/quic_rstream.c
272
int ossl_quic_rstream_move_to_rbuf(QUIC_RSTREAM *qrs)
crypto/openssl/ssl/quic/quic_rstream.c
280
int ossl_quic_rstream_resize_rbuf(QUIC_RSTREAM *qrs, size_t rbuf_size)
crypto/openssl/ssl/quic/quic_rstream.c
291
void ossl_quic_rstream_set_cleanse(QUIC_RSTREAM *qrs, int cleanse)
crypto/openssl/ssl/quic/quic_rstream.c
44
void ossl_quic_rstream_free(QUIC_RSTREAM *qrs)
crypto/openssl/ssl/quic/quic_rstream.c
57
int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt,
crypto/openssl/ssl/quic/quic_rstream.c
76
static int read_internal(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/ssl/quic/quic_rx_depack.c
269
QUIC_RSTREAM *rstream;
crypto/openssl/test/quic_stream_test.c
341
static int test_single_copy_read(QUIC_RSTREAM *qrs,
crypto/openssl/test/quic_stream_test.c
377
QUIC_RSTREAM *rstream = NULL;
crypto/openssl/test/quic_stream_test.c
384
int (*read_fn)(QUIC_RSTREAM *, unsigned char *, size_t, size_t *,
crypto/openssl/test/quic_stream_test.c
479
QUIC_RSTREAM *rstream = NULL;