Home
last modified time | relevance | path

Searched refs:queued_max (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()
513 if (queued_max < off + size) in test_rstream_random()
514 queued_max = off + size; in test_rstream_random()
533 if (queued_max < off + size) in test_rstream_random()
534 queued_max = off + size; in test_rstream_random()
555 queued_max - read_off + 1)) in test_rstream_random()
558 if (!fin_set && queued_max >= data_size - test_random() % 200) { in test_rstream_random()

Completed in 6 milliseconds