Searched refs:qrs (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_rstream.c | 44 void ossl_quic_rstream_free(QUIC_RSTREAM *qrs) in ossl_quic_rstream_free() argument 48 if (qrs == NULL) in ossl_quic_rstream_free() 51 cleanse = qrs->fl.cleanse; in ossl_quic_rstream_free() 52 ossl_sframe_list_destroy(&qrs->fl); in ossl_quic_rstream_free() 53 ring_buf_destroy(&qrs->rbuf, cleanse); in ossl_quic_rstream_free() 54 OPENSSL_free(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() argument 73 return ossl_sframe_list_insert(&qrs->fl, &range, pkt, data, fin); in ossl_quic_rstream_queue_data() 76 static int read_internal(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in read_internal() argument 86 while (ossl_sframe_list_peek(&qrs->fl, &iter, &range, &data, &fin_)) { in read_internal() [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_stream.h | 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); 384 int ossl_quic_rstream_get_record(QUIC_RSTREAM *qrs, 400 int ossl_quic_rstream_release_record(QUIC_RSTREAM *qrs, size_t read_len); 410 int ossl_quic_rstream_move_to_rbuf(QUIC_RSTREAM *qrs); 420 int ossl_quic_rstream_resize_rbuf(QUIC_RSTREAM *qrs, size_t rbuf_size); 425 void ossl_quic_rstream_set_cleanse(QUIC_RSTREAM *qrs, int cleanse);
|
/freebsd/crypto/openssl/test/ |
H A D | quic_stream_test.c | 341 static int test_single_copy_read(QUIC_RSTREAM *qrs, in test_single_copy_read() argument 351 if (!ossl_quic_rstream_get_record(qrs, &record, &rec_len, fin)) in test_single_copy_read() 364 if (!ossl_quic_rstream_release_record(qrs, rec_len)) in test_single_copy_read()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | wordprocessors | 151 !:mime application/x-wordperfect-qrs 152 # like: WQ.QRS wpDE.qrs wpen.qrs 153 !:ext qrs
|