Home
last modified time | relevance | path

Searched refs:VSTREAM_BUFSIZE (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream_tweak.c142 vstream_req_bufsize(fp) : VSTREAM_BUFSIZE) in vstream_tweak_tcp()
160 if (mss > VSTREAM_BUFSIZE) { in vstream_tweak_tcp()
H A Dvstream.c561 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 Dvstream.h99 #define VSTREAM_BUFSIZE 4096 macro
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddelivered_hdr.c239 mem_bp = vstring_alloc(VSTREAM_BUFSIZE); in main()
H A Dabounce.c237 #define ABOUNCE_BUFSIZE VSTREAM_BUFSIZE
H A Dpost_mail.c249 vstream_control(stream, VSTREAM_CTL_BUFSIZE, 2 * VSTREAM_BUFSIZE, in post_mail_init()
H A Dpipe_command.c397 char log_buf[VSTREAM_BUFSIZE + 1]; in pipe_command()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c3867 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 Dtlsproxy.c780 VSTREAM_BUFSIZE, state->server_id, in tlsp_post_handshake()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c708 #define PIPELINING_BUFSIZE VSTREAM_BUFSIZE in smtp_helo()