Searched defs:MAX_OUTBUF_SIZE (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/dns/
H A Ddns-client.c20 #define MAX_OUTBUF_SIZE (1024*64) macro
97 client->output = o_stream_create_fd(fd, MAX_OUTBUF_SIZE);
/dovecot/src/auth/
H A Dauth-postfix-connection.c19 #define MAX_OUTBUF_SIZE (1024*50) macro
H A Dauth-master-connection.c29 #define MAX_OUTBUF_SIZE (1024*50) macro
511 if (o_stream_get_buffer_used_size(ctx->conn->output) >= MAX_OUTBUF_SIZE)
518 if (o_stream_get_buffer_used_size(ctx->conn->output) < MAX_OUTBUF_SIZE)
696 o_stream_get_buffer_used_size(conn->output) <= MAX_OUTBUF_SIZE/2) {
/dovecot/src/lib-auth/
H A Dauth-master.c24 #define MAX_OUTBUF_SIZE 1024 macro
341 conn->output = o_stream_create_fd(conn->fd, MAX_OUTBUF_SIZE);

Completed in 10 milliseconds