Home
last modified time | relevance | path

Searched refs:VSTREAM_PUTC (Results 1 – 19 of 19) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dattr_print64.c175 VSTREAM_PUTC(':', fp); in attr_vprint64()
177 VSTREAM_PUTC('\n', fp); in attr_vprint64()
185 VSTREAM_PUTC(':', fp); in attr_vprint64()
187 VSTREAM_PUTC('\n', fp); in attr_vprint64()
195 VSTREAM_PUTC(':', fp); in attr_vprint64()
197 VSTREAM_PUTC('\n', fp); in attr_vprint64()
206 VSTREAM_PUTC(':', fp); in attr_vprint64()
208 VSTREAM_PUTC('\n', fp); in attr_vprint64()
224 VSTREAM_PUTC(':', fp); in attr_vprint64()
226 VSTREAM_PUTC('\n', fp); in attr_vprint64()
[all …]
H A Dattr_print_plain.c178 VSTREAM_PUTC('\n', fp); in attr_vprint_plain()
188 VSTREAM_PUTC('\n', fp); in attr_vprint_plain()
195 VSTREAM_PUTC('\n', fp); in attr_vprint_plain()
H A Dattr_print0.c142 VSTREAM_PUTC('\0', fp); in attr_vprint0()
151 VSTREAM_PUTC('\0', fp); in attr_vprint0()
199 VSTREAM_PUTC('\0', fp); in attr_vprint0()
H A Dunescape.c195 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
201 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
H A Dnetstring.c283 VSTREAM_PUTC(',', stream); in netstring_put()
450 VSTREAM_PUTC('\n', VSTREAM_OUT); in child_read_event()
H A Dlogwriter.c102 VSTREAM_PUTC('\n', fp); in logwriter_write()
H A Dvstream.h112 #define VSTREAM_PUTC(ch, vp) VBUF_PUT(&(vp)->buf, (ch)) macro
117 #define VSTREAM_PUTCHAR(ch) VSTREAM_PUTC((ch), VSTREAM_OUT)
H A Dvstream.c1534 if (VSTREAM_PUTC(ch, stream) == VSTREAM_EOF) in vstream_fputs()
1878 VSTREAM_PUTC(c, VSTREAM_OUT); in copy_line()
1961 VSTREAM_PUTC('e', fp); in do_memory_stream()
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Drecord.c184 || VSTREAM_PUTC(type, stream) != type) { in rec_put_type()
209 if (VSTREAM_PUTC(type, stream) == VSTREAM_EOF) in rec_put()
221 if (VSTREAM_PUTC(len_byte, stream) == VSTREAM_EOF) { in rec_put()
H A Dmail_copy.c236 VSTREAM_PUTC('>', dst); in mail_copy()
238 VSTREAM_PUTC('.', dst); in mail_copy()
H A Drec_streamlf.c107 (void) VSTREAM_PUTC('\n', stream); in rec_streamlf_put()
H A Dsmtp_stream.c534 stat = VSTREAM_PUTC(ch, stream); in smtp_fputc()
H A Dheader_body_checks.c480 VSTREAM_PUTC('\n', dp->fp); in out_cb()
H A Dmime_state.c1218 VSTREAM_PUTC('\n', stream); in body_out()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpstone/
H A Dqmqp-source.c667 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
H A Dsmtp-source.c1182 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
H A Dsmtp-sink.c941 VSTREAM_PUTC(ch, state->dump_file); in data_read()
/dports/mail/postfix-current/postfix-3.7-20211107/src/xsasl/
H A Dxsasl_dovecot_server.c697 VSTREAM_PUTC('\n', server->impl->sasl_stream); in xsasl_dovecot_server_first()
/dports/mail/postfix-current/postfix-3.7-20211107/src/milter/
H A Dmilter8.c843 (void) VSTREAM_PUTC(command, milter->fp); in vmilter8_write_cmd()