Lines Matching defs:in_output
40 struct ostream *in_output, *out_output;
47 if (proxy->in_output != NULL) {
48 o_stream_uncork(proxy->in_output);
49 if (o_stream_finish(proxy->in_output) < 0) {
51 o_stream_get_error(proxy->in_output));
53 o_stream_destroy(&proxy->in_output);
109 if (o_stream_flush(proxy->in_output) == 0)
143 proxy_write_data(proxy, proxy->in_output, &proxy->prev_lf_in,
254 proxy->in_output = o_stream_create_fd_file_autoclose(&fd, 0);
255 o_stream_cork(proxy->in_output);
263 o_stream_destroy(&proxy->in_output);