Lines Matching defs:numpipes
11996 size_t written, readbytes, offset, msglen, fragsize = 10, numpipes = 5;
12039 numpipes = 2;
12042 msglen = fragsize * numpipes;
12076 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes))
12089 * If the pipelining code worked, then we expect all |numpipes| pipelines to
12090 * have been used - except in test 3 where only |numpipes - 1| pipelines
12091 * will be used. This will result in |numpipes| records (|numpipes - 1| for
12093 * expect this to be read in |numpipes| or |numpipes - 1| separate
12105 expectedreads = idx == 4 ? numpipes + 1
12106 : (idx == 3 ? numpipes - 1 : numpipes);
12112 * Write some data from peerb to peera. We do this in up to |numpipes + 1|
12126 * The data was written in |numpipes|, |numpipes - 1| or |numpipes + 1|
12128 * pipelining is working then we expect peera to read up to numpipes chunks