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

/dovecot/src/util/
H A Drawlog.c37 struct ostream *client_output, *server_output; member in struct:rawlog_proxy
68 o_stream_destroy(&proxy->server_output);
180 if (o_stream_get_buffer_used_size(proxy->server_output) >
190 o_stream_nsend(proxy->server_output, buf, ret);
196 static int server_output(struct rawlog_proxy *proxy) function
198 if (o_stream_flush(proxy->server_output) < 0) {
204 o_stream_get_buffer_used_size(proxy->server_output) <
280 proxy->server_output = o_stream_create_fd(server_fd, (size_t)-1);
281 o_stream_set_no_error_handling(proxy->server_output, TRUE);
282 o_stream_set_flush_callback(proxy->server_output, server_outpu
[all...]
/dovecot/src/login-common/
H A Dlogin-proxy.c47 struct ostream *client_output, *server_output; member in struct:login_proxy
99 o_stream_get_last_write_time(proxy->server_output, &tv4);
115 proxy->server_output->offset, proxy->client_output->offset);
155 proxy->server_output =
157 o_stream_set_no_error_handling(proxy->server_output, TRUE);
394 o_stream_destroy(&proxy->server_output);
572 return proxy->server_output;
613 o_stream_get_error(proxy->server_output) :
635 i_assert(proxy->server_output != NULL);
653 proxy->server_input, proxy->server_output);
[all...]

Completed in 12 milliseconds