Lines Matching refs:numpipes
10251 size_t written, readbytes, offset, msglen, fragsize = 10, numpipes = 5;
10291 numpipes = 2;
10294 msglen = fragsize * numpipes;
10328 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes))
10341 * If the pipelining code worked, then we expect all |numpipes| pipelines to
10342 * have been used - except in test 3 where only |numpipes - 1| pipelines
10343 * will be used. This will result in |numpipes| records (|numpipes - 1| for
10345 * expect this to be read in |numpipes| or |numpipes - 1| separate
10357 expectedreads = idx == 4 ? numpipes + 1
10358 : (idx == 3 ? numpipes - 1 : numpipes);
10364 * Write some data from peerb to peera. We do this in up to |numpipes + 1|
10378 * The data was written in |numpipes|, |numpipes - 1| or |numpipes + 1|
10380 * pipelining is working then we expect peera to read up to numpipes chunks