Lines Matching refs:out
53 struct ostream *out;
85 if (o_stream_finish(client->out) < 0)
86 i_error("output error: %s", o_stream_get_error(client->out));
89 o_stream_unref(&client->out);
176 o_stream_nsend_str(client->out, t_strdup_printf(
180 os = o_stream_create_dot(client->out, FALSE);
184 o_stream_nsend_str(client->out, "+\n");
186 o_stream_nsend_str(client->out, ".\n-\n");
189 o_stream_nsend_str(client->out, ".\n-\n");
245 client->out = o_stream_create_fd(fd, -1);