Home | History | Annotate | Download | only in test

Lines Matching defs:numpipes

10328     size_t written, readbytes, offset, msglen, fragsize = 10, numpipes = 5;
10371 numpipes = 2;
10374 msglen = fragsize * numpipes;
10408 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes))
10421 * If the pipelining code worked, then we expect all |numpipes| pipelines to
10422 * have been used - except in test 3 where only |numpipes - 1| pipelines
10423 * will be used. This will result in |numpipes| records (|numpipes - 1| for
10425 * expect this to be read in |numpipes| or |numpipes - 1| separate
10437 expectedreads = idx == 4 ? numpipes + 1
10438 : (idx == 3 ? numpipes - 1 : numpipes);
10444 * Write some data from peerb to peera. We do this in up to |numpipes + 1|
10458 * The data was written in |numpipes|, |numpipes - 1| or |numpipes + 1|
10460 * pipelining is working then we expect peera to read up to numpipes chunks