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

/dovecot/src/lib/
H A Dtest-iostream-proxy.c47 struct istream *right_in = i_stream_create_fd(sfdr[1], IO_BLOCK_SIZE); local
52 proxy = iostream_proxy_create(left_in, left_out, right_in, right_out);
55 i_stream_unref(&right_in);
64 right_in = i_stream_create_fd(sfdr[0], IO_BLOCK_SIZE);
76 i_stream_read(right_in);
77 test_assert(strcmp((const char*)i_stream_get_data(right_in, &bytes), "hello, world") == 0);
78 i_stream_skip(right_in, bytes);
97 i_stream_unref(&right_in);

Completed in 710 milliseconds