Lines Matching defs:qrs
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()
167 int ossl_quic_rstream_peek(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in ossl_quic_rstream_peek()
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()
292 void ossl_quic_rstream_set_cleanse(QUIC_RSTREAM *qrs, int cleanse) in ossl_quic_rstream_set_cleanse()