Searched refs:VSTREAM_BUFSIZE (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | vstream_tweak.c | 142 vstream_req_bufsize(fp) : VSTREAM_BUFSIZE) in vstream_tweak_tcp() 160 if (mss > VSTREAM_BUFSIZE) { in vstream_tweak_tcp()
|
H A D | vstream.c | 561 static unsigned char vstream_fstd_buf[VSTREAM_BUFSIZE]; 578 vstream_fstd_buf, VSTREAM_BUFSIZE, VSTREAM_BUFSIZE, vstream_fstd_buf, 581 VSTREAM_BUFSIZE,}, 941 stream->req_bufsize = VSTREAM_BUFSIZE; in vstream_buf_get_ready() 1064 stream->req_bufsize = VSTREAM_BUFSIZE; in vstream_buf_put_ready() 1124 stream->req_bufsize = VSTREAM_BUFSIZE; in vstream_buf_space()
|
H A D | vstream.h | 99 #define VSTREAM_BUFSIZE 4096 macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | delivered_hdr.c | 239 mem_bp = vstring_alloc(VSTREAM_BUFSIZE); in main()
|
H A D | abounce.c | 237 #define ABOUNCE_BUFSIZE VSTREAM_BUFSIZE
|
H A D | post_mail.c | 249 vstream_control(stream, VSTREAM_CTL_BUFSIZE, 2 * VSTREAM_BUFSIZE, in post_mail_init()
|
H A D | pipe_command.c | 397 char log_buf[VSTREAM_BUFSIZE + 1]; in pipe_command()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd.c | 3867 if ((len = chunk_size - done) > VSTREAM_BUFSIZE) in skip_bdat() 3868 len = VSTREAM_BUFSIZE; in skip_bdat() 4044 state->bdat_get_buffer = vstring_alloc(VSTREAM_BUFSIZE); in bdat_cmd() 4074 if ((read_len = chunk_size - done) > VSTREAM_BUFSIZE) in bdat_cmd() 4075 read_len = VSTREAM_BUFSIZE; in bdat_cmd()
|
/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/ |
H A D | tlsproxy.c | 780 VSTREAM_BUFSIZE, state->server_id, in tlsp_post_handshake()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_proto.c | 708 #define PIPELINING_BUFSIZE VSTREAM_BUFSIZE in smtp_helo()
|