Searched defs:server_input (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-zlib.c119 static void server_input(struct client *client) function
171 client.io_server = io_add(fd, IO_READ, server_input, &client);
/dovecot/src/util/
H A Drawlog.c154 static void server_input(struct rawlog_proxy *proxy) function
227 io_add(proxy->server_fd, IO_READ, server_input, proxy);
283 proxy->server_io = io_add(server_fd, IO_READ, server_input, proxy);
/dovecot/src/login-common/
H A Dlogin-proxy.c46 struct istream *client_input, *server_input; member in struct:login_proxy
97 i_stream_get_last_read_time(proxy->server_input, &tv2);
153 proxy->server_input =
393 i_stream_destroy(&proxy->server_input);
567 return proxy->disconnecting ? NULL : proxy->server_input;
608 i_stream_get_error(proxy->server_input);
634 i_assert(proxy->server_input != NULL);
644 i_stream_set_persistent_buffers(proxy->server_input, FALSE);
653 proxy->server_input, proxy->server_output);
712 &proxy->server_input,
[all...]

Completed in 16 milliseconds