Searched refs:rec_len (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | quic_stream_test.c | 346 size_t rec_len; in test_single_copy_read() local 351 if (!ossl_quic_rstream_get_record(qrs, &record, &rec_len, fin)) in test_single_copy_read() 353 if (rec_len == 0) in test_single_copy_read() 355 if (rec_len > size) { in test_single_copy_read() 356 rec_len = size; in test_single_copy_read() 359 memcpy(buf, record, rec_len); in test_single_copy_read() 360 size -= rec_len; in test_single_copy_read() 361 *readbytes += rec_len; in test_single_copy_read() 362 buf += rec_len; in test_single_copy_read() 364 if (!ossl_quic_rstream_release_record(qrs, rec_len)) in test_single_copy_read()
|
/openssl/ssl/quic/ |
H A D | quic_rstream.c | 192 const unsigned char **record, size_t *rec_len, in ossl_quic_rstream_get_record() argument 201 *rec_len = 0; in ossl_quic_rstream_get_record() 226 *rec_len = rec_len_; in ossl_quic_rstream_get_record()
|
/openssl/include/internal/ |
H A D | quic_stream.h | 385 const unsigned char **record, size_t *rec_len,
|
Completed in 9 milliseconds