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

/dovecot/src/lib/
H A Dtest-iostream-proxy.c48 struct ostream *right_out = o_stream_create_fd(sfdr[1], IO_BLOCK_SIZE); local
52 proxy = iostream_proxy_create(left_in, left_out, right_in, right_out);
56 o_stream_unref(&right_out);
65 right_out = o_stream_create_fd(sfdr[0], IO_BLOCK_SIZE);
80 test_assert(o_stream_send_str(right_out, "hello, world") > 0);
81 test_assert(o_stream_flush(right_out) > 0);
82 o_stream_unref(&right_out);

Completed in 9 milliseconds