OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIC_RSTREAM
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_stream.h
307
* The QUIC Receive Stream Manager (
QUIC_RSTREAM
) is responsible for
311
* The
QUIC_RSTREAM
is instantiated once for every stream that can receive data.
317
* Create a new instance of
QUIC_RSTREAM
with pointers to the flow
324
QUIC_RSTREAM
*ossl_quic_rstream_new(QUIC_RXFC *rxfc,
328
* Frees a
QUIC_RSTREAM
and any associated storage.
330
void ossl_quic_rstream_free(
QUIC_RSTREAM
*qrs);
342
int ossl_quic_rstream_queue_data(
QUIC_RSTREAM
*qrs, OSSL_QRX_PKT *pkt,
353
int ossl_quic_rstream_read(
QUIC_RSTREAM
*qrs, unsigned char *buf, size_t size,
362
int ossl_quic_rstream_peek(
QUIC_RSTREAM
*qrs, unsigned char *buf, size_t size,
370
int ossl_quic_rstream_available(
QUIC_RSTREAM
*qrs, size_t *avail, int *fin)
[
all
...]
quic_predef.h
29
typedef struct quic_rstream_st
QUIC_RSTREAM
;
quic_stream_map.h
67
* data has been read by the application, we don't need to keep the
QUIC_RSTREAM
69
* finished, we also don't need to keep the
QUIC_RSTREAM
around. Finally, we
70
* don't need a
QUIC_RSTREAM
on a send-only stream.
145
*
QUIC_RSTREAM
are stream buffer resource management objects which exist
147
* non-existence of a QUIC_SSTREAM or
QUIC_RSTREAM
object does not
152
QUIC_RSTREAM
*rstream; /* NULL if TX only */
369
* even if this function returns 1, s->rstream might be NULL if the
QUIC_RSTREAM
418
* Returns 1 if the QUIC_STREAM has a
QUIC_RSTREAM
receive buffer associated
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rstream.c
24
QUIC_RSTREAM
*ossl_quic_rstream_new(QUIC_RXFC *rxfc,
27
QUIC_RSTREAM
*ret = OPENSSL_zalloc(sizeof(*ret));
44
void ossl_quic_rstream_free(
QUIC_RSTREAM
*qrs)
57
int ossl_quic_rstream_queue_data(
QUIC_RSTREAM
*qrs, OSSL_QRX_PKT *pkt,
76
static int read_internal(
QUIC_RSTREAM
*qrs, unsigned char *buf, size_t size,
137
static OSSL_TIME get_rtt(
QUIC_RSTREAM
*qrs)
152
int ossl_quic_rstream_read(
QUIC_RSTREAM
*qrs, unsigned char *buf, size_t size,
167
int ossl_quic_rstream_peek(
QUIC_RSTREAM
*qrs, unsigned char *buf, size_t size,
173
int ossl_quic_rstream_available(
QUIC_RSTREAM
*qrs, size_t *avail, int *fin)
191
int ossl_quic_rstream_get_record(
QUIC_RSTREAM
*qrs
[
all
...]
quic_channel_local.h
132
QUIC_RSTREAM
*crypto_recv[QUIC_PN_SPACE_NUM];
quic_channel.c
76
static int crypto_ensure_empty(
QUIC_RSTREAM
*rstream);
976
static int crypto_ensure_empty(
QUIC_RSTREAM
*rstream)
994
QUIC_RSTREAM
*rstream;
1031
QUIC_RSTREAM
*rstream;
quic_rx_depack.c
269
QUIC_RSTREAM
*rstream;
/src/crypto/external/apache2/openssl/dist/test/
quic_stream_test.c
341
static int test_single_copy_read(
QUIC_RSTREAM
*qrs,
377
QUIC_RSTREAM
*rstream = NULL;
384
int (*read_fn)(
QUIC_RSTREAM
*, unsigned char *, size_t, size_t *,
479
QUIC_RSTREAM
*rstream = NULL;
Completed in 47 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026