Searched defs:test_channel (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-multiplex.c15 struct test_channel { struct
33 static struct test_channel test_channel[2]; variable in typeref:struct:test_channel
35 static void test_multiplex_channel_write(struct test_channel *channel)
46 if (test_channel[0].received->used > 1000 &&
47 test_channel[1].received->used > 1000)
50 test_multiplex_channel_write(&test_channel[i_rand() % 2]);
53 static void test_istream_multiplex_stream_read(struct test_channel *channel)
65 static void test_istream_read_alt(struct test_channel *channel)
77 static void setup_channel(struct test_channel *channe
[all...]

Completed in 7 milliseconds