Home
last modified time | relevance | path

Searched defs:rstream (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp63 class rstream : public _rstream { class
85 rstream(const char *buf, streamsize size) in rstream() function in rstream
89 rstream(const char *fileName) : _rstream(getBuf(fileName)) {} in rstream() function in rstream
/freebsd/crypto/openssl/test/
H A Dquic_stream_test.c378 QUIC_RSTREAM *rstream = NULL; in test_rstream_simple() local
479 QUIC_RSTREAM *rstream = NULL; in test_rstream_random() local
/freebsd/crypto/openssl/include/internal/
H A Dquic_stream_map.h152 QUIC_RSTREAM *rstream; /* NULL if TX only */ member
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c978 static int crypto_ensure_empty(QUIC_RSTREAM *rstream) in crypto_ensure_empty()
996 QUIC_RSTREAM *rstream; in ch_on_crypto_recv_record() local
1034 QUIC_RSTREAM *rstream; in ch_on_crypto_release_record() local
H A Dquic_rx_depack.c268 QUIC_RSTREAM *rstream; in depack_do_frame_crypto() local
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c397 SSL *rstream = NULL; in quic_server_h3streams() local