Lines Matching defs:out_2
217 struct ostream *out_2;
220 test_iostream_setup(block, &in, &out_2, &buffer);
221 struct ostream *out = o_stream_create_failure_at(out_2, 0, "test pump fail");
222 o_stream_unref(&out_2);
236 struct ostream *out_2;
239 test_iostream_setup(block, &in, &out_2, &buffer);
240 struct ostream *out = o_stream_create_failure_at(out_2, 4, "test pump fail");
241 o_stream_unref(&out_2);
261 struct ostream *out_2;
264 test_iostream_setup(block, &in, &out_2, &buffer);
265 struct ostream *out = o_stream_create_failure_at_flush(out_2, "test pump fail");
266 o_stream_unref(&out_2);