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

/dovecot/src/lib/
H A Dtest-iostream-pump.c122 struct ostream **out_r, buffer_t **out_buffer_r)
124 *out_buffer_r = t_buffer_create(128);
130 *out_r = test_ostream_create(*out_buffer_r);
132 *out_r = test_ostream_create_nonblocking(*out_buffer_r, 1);
121 test_iostream_setup(bool block, struct istream **in_r, struct ostream **out_r, buffer_t **out_buffer_r) argument

Completed in 9 milliseconds