Home
last modified time | relevance | path

Searched refs:read_off (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dquic_stream_test.c480 size_t i, read_off, queued_min, queued_max; in test_rstream_random() local
497 read_off = queued_min = queued_max = 0; in test_rstream_random()
520 off = read_off + test_random() % 50; in test_rstream_random()
545 if (!TEST_size_t_ge(readbytes, queued_min - read_off) in test_rstream_random()
546 || !TEST_size_t_le(readbytes + read_off, data_size) in test_rstream_random()
548 && !TEST_mem_eq(read_buf, readbytes, bulk_data + read_off, in test_rstream_random()
551 read_off += readbytes; in test_rstream_random()
552 queued_min = read_off; in test_rstream_random()
567 TEST_info("Total read bytes: %zu Fin rcvd: %d", read_off, fin); in test_rstream_random()
570 for (i = 0; i < read_off; i++) in test_rstream_random()
[all …]

Completed in 14 milliseconds