Searched defs:stream_count (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib/ |
H A D | test-istream-concat.c | 64 unsigned int i, j, offset, stream_count, data_len, simult; local 66 stream_count = i_rand_minmax(2, TEST_MAX_ISTREAM_COUNT + 2 - 1); 67 streams = t_new(struct istream *, stream_count + 1); 68 for (i = 0, offset = 0; i < stream_count; i++) { 112 for (i = 0; i < stream_count; i++)
|
H A D | test-istream-seekable.c | 74 unsigned int i, j, offset, stream_count, data_len, buffer_size; local 76 stream_count = i_rand_minmax(2, 10 + 2 - 1); 77 streams = t_new(struct istream *, stream_count + 1); 78 for (i = 0, offset = 0; i < stream_count; i++) { 122 for (i = 0; i < stream_count; i++) {
|
Completed in 10 milliseconds