Searched defs:qrs (Results 1 – 2 of 2) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_rstream.c | 44 void ossl_quic_rstream_free(QUIC_RSTREAM *qrs) in ossl_quic_rstream_free() 57 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt, in ossl_quic_rstream_queue_data() 76 static int read_internal(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in read_internal() 137 static OSSL_TIME get_rtt(QUIC_RSTREAM *qrs) in get_rtt() 152 int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in ossl_quic_rstream_read() 173 int ossl_quic_rstream_available(QUIC_RSTREAM *qrs, size_t *avail, int *fin) in ossl_quic_rstream_available() 191 int ossl_quic_rstream_get_record(QUIC_RSTREAM *qrs, in ossl_quic_rstream_get_record() 232 int ossl_quic_rstream_release_record(QUIC_RSTREAM *qrs, size_t read_len) in ossl_quic_rstream_release_record() 273 int ossl_quic_rstream_move_to_rbuf(QUIC_RSTREAM *qrs) in ossl_quic_rstream_move_to_rbuf() 281 int ossl_quic_rstream_resize_rbuf(QUIC_RSTREAM *qrs, size_t rbuf_size) in ossl_quic_rstream_resize_rbuf() [all …]
|
/openssl/test/ |
H A D | quic_stream_test.c | 341 static int test_single_copy_read(QUIC_RSTREAM *qrs, in test_single_copy_read()
|
Completed in 7 milliseconds