Home
last modified time | relevance | path

Searched refs:queued_min (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()
506 if (off <= queued_min && off + size > queued_min) in test_rstream_random()
507 queued_min = off + size; in test_rstream_random()
526 if (off <= queued_min && off + size > queued_min) in test_rstream_random()
527 queued_min = off + size; in test_rstream_random()
545 if (!TEST_size_t_ge(readbytes, queued_min - read_off) in test_rstream_random()
552 queued_min = read_off; in test_rstream_random()

Completed in 4 milliseconds