Lines Matching refs:os
165 struct ostream *os;
180 os = o_stream_create_dot(client->out, FALSE);
181 o_stream_send_istream(os, client->body);
182 test_assert(o_stream_finish(os) > 0);
183 o_stream_unref(&os);
307 struct ostream *os = test_ostream_create(output);
308 program_client_set_output(pc, os);
320 o_stream_unref(&os);
346 struct ostream *os = test_ostream_create(output);
347 program_client_set_output(pc, os);
360 o_stream_unref(&os);
383 struct ostream *os = test_ostream_create(output);
384 program_client_set_output(pc, os);
395 o_stream_unref(&os);