Searched defs:MAX_INBUF_SIZE (Results 1 - 21 of 21) sorted by relevance

/dovecot/src/old-stats/
H A Dfifo-input-connection.c16 #define MAX_INBUF_SIZE (PIPE_BUF*2) macro
81 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
H A Dclient.c22 #define MAX_INBUF_SIZE 1024 macro
142 client->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
/dovecot/src/dns/
H A Ddns-client.c19 #define MAX_INBUF_SIZE 1024 macro
96 client->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
/dovecot/src/replication/aggregator/
H A Dnotify-connection.c15 #define MAX_INBUF_SIZE 8192 macro
112 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
H A Dreplicator-connection.c14 #define MAX_INBUF_SIZE 1024 macro
173 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
/dovecot/src/anvil/
H A Danvil-connection.c16 #define MAX_INBUF_SIZE 1024 macro
193 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
/dovecot/src/auth/
H A Dauth-postfix-connection.c18 #define MAX_INBUF_SIZE 1024 macro
154 (int)MAX_INBUF_SIZE);
179 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
H A Dauth-master-connection.c28 #define MAX_INBUF_SIZE 1024 macro
654 (int)MAX_INBUF_SIZE);
751 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
/dovecot/src/config/
H A Dconfig-connection.c18 #define MAX_INBUF_SIZE 1024 macro
198 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
/dovecot/src/replication/replicator/
H A Dnotify-connection.c14 #define MAX_INBUF_SIZE (1024*64) macro
142 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
/dovecot/src/plugins/zlib/
H A Dzlib-plugin.c26 #define MAX_INBUF_SIZE (1024*1024) macro
282 input = i_stream_create_fd_autoclose(&fd, MAX_INBUF_SIZE);
/dovecot/src/imap-urlauth/
H A Dimap-urlauth-client.c31 #define MAX_INBUF_SIZE 2048 macro
184 i_stream_create_fd(client->fd_ctrl, MAX_INBUF_SIZE);
H A Dimap-urlauth-worker.c37 #define MAX_INBUF_SIZE 2048 macro
196 client->input = i_stream_create_fd(fd_in, MAX_INBUF_SIZE);
793 i_stream_create_fd(client->fd_ctrl, MAX_INBUF_SIZE);
916 client->input = i_stream_create_fd(client->fd_in, MAX_INBUF_SIZE);
/dovecot/src/indexer/
H A Dindexer-client.c14 #define MAX_INBUF_SIZE (1024*64) macro
209 client->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
/dovecot/src/lib-dns/
H A Ddns-lookup.c15 #define MAX_INBUF_SIZE 512 macro
301 client->input = i_stream_create_fd(client->fd, MAX_INBUF_SIZE);
/dovecot/src/submission/
H A Dsubmission-client.c32 #define MAX_INBUF_SIZE 4096 macro
/dovecot/src/doveadm/
H A Dclient-connection-tcp.c24 #define MAX_INBUF_SIZE (1024*1024) macro
653 conn->input = i_stream_create_fd(fd, MAX_INBUF_SIZE);
H A Dserver-connection.c30 #define MAX_INBUF_SIZE (1024*32) macro
334 conn->input = i_stream_create_multiplex(is, MAX_INBUF_SIZE);
546 conn->input = i_stream_create_fd(conn->fd, MAX_INBUF_SIZE);
/dovecot/src/pop3/
H A Dpop3-client.c28 #define MAX_INBUF_SIZE 2048 macro
399 client->input = i_stream_create_fd(fd_in, MAX_INBUF_SIZE);
/dovecot/src/lib-auth/
H A Dauth-master.c23 #define MAX_INBUF_SIZE 8192 macro
273 conn->prefix, MAX_INBUF_SIZE);
340 conn->input = i_stream_create_fd(conn->fd, MAX_INBUF_SIZE);
/dovecot/src/director/
H A Ddirector-connection.c51 #define MAX_INBUF_SIZE 1024 macro
2063 MAX_INBUF_SIZE);
2264 conn->input = i_stream_create_fd(conn->fd, MAX_INBUF_SIZE);

Completed in 49 milliseconds