Searched refs:REC_TYPE_CONT (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Drec_streamlf.c34 /* terminated by newline, REC_TYPE_CONT when no terminating newline
91 return (VSTRING_LEN(buf) > 0 ? REC_TYPE_CONT : REC_TYPE_EOF);
99 return (REC_TYPE_CONT);
H A Drec_type.c61 REC_TYPE_CONT, "unterminated_text",
H A Drec_type.h36 * Note: REC_TYPE_FILT and REC_TYPE_CONT are encoded with the same 'L'
60 #define REC_TYPE_CONT 'L' /* long data record */ macro
105 * Note: REC_TYPE_FILT and REC_TYPE_CONT are encoded with the same 'L'
122 * records), data offset (offset of the first REC_TYPE_NORM or REC_TYPE_CONT
H A Dmail_copy.c226 if (type != REC_TYPE_NORM && type != REC_TYPE_CONT)
H A Dmime_state.c184 /* updated for text records (REC_TYPE_NORM or REC_TYPE_CONT).
757 || rec_type == REC_TYPE_CONT);
771 if (!input_is_text && state->prev_rec_type == REC_TYPE_CONT)
795 if (state->prev_rec_type == REC_TYPE_CONT) {
1076 if (state->stack && state->prev_rec_type != REC_TYPE_CONT
1175 * Stress test the REC_TYPE_CONT/NORM handling, but don't break header
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out.c110 * not a problem. A REC_TYPE_NORM or REC_TYPE_CONT record can always be
111 * chopped up into an equivalent set of REC_TYPE_CONT plus REC_TYPE_NORM
117 #define TEXT_RECORD(t) ((t) == REC_TYPE_NORM || (t) == REC_TYPE_CONT)
123 err = rec_put(state->dst, REC_TYPE_CONT, string, var_line_limit);
H A Dcleanup_milter.c792 if (rec_type != REC_TYPE_NORM && rec_type != REC_TYPE_CONT \
829 /* Don't update last_type; PTR can happen after REC_TYPE_CONT. */
833 else if (last_type == REC_TYPE_CONT || IS_SPACE_TAB(STR(buf)[0])) {
939 /* Don't update last_type; PTR may follow REC_TYPE_CONT. */
943 if (last_type != REC_TYPE_CONT && !IS_SPACE_TAB(STR(rec_buf)[0]))
H A Dcleanup_message.c841 if (type == REC_TYPE_NORM || type == REC_TYPE_CONT) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c165 (rec_type == REC_TYPE_CONT || rec_type == REC_TYPE_NORM)
229 && prev_type != REC_TYPE_CONT && TEXT_RECORD(rec_type)
267 if (do_print && prev_type == REC_TYPE_CONT)
341 case REC_TYPE_CONT: /* REC_TYPE_FILT collision */
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c576 output_text(context, REC_TYPE_CONT, line, var_line_limit, offset);
763 rec_fprintf(dst, REC_TYPE_CONT, "To:");
816 if ((flags & SM_FLAG_AEOF) && prev_type != REC_TYPE_CONT
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_proxy.c600 case REC_TYPE_CONT:
852 if (rec_type == REC_TYPE_NORM || rec_type == REC_TYPE_CONT)
855 msg_panic("%s: need REC_TYPE_NORM or REC_TYPE_CONT", myname);
889 else if (rec_type == REC_TYPE_CONT)
892 msg_panic("%s: need REC_TYPE_NORM or REC_TYPE_CONT", myname);
H A Dsmtpd.c2950 curr_rec_type = REC_TYPE_CONT;
2963 if (prev_rec_type != REC_TYPE_CONT && *start == '.'
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Dforward.c276 if (rec_type != REC_TYPE_CONT && rec_type != REC_TYPE_NORM)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/pickup/
H A Dpickup.c253 * XXX Workaround: REC_TYPE_FILT (used in envelopes) == REC_TYPE_CONT
291 && (type == REC_TYPE_NORM || type == REC_TYPE_CONT)) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c913 if (data_left > 0 || rec_type == REC_TYPE_CONT) {
918 if (rec_type == REC_TYPE_CONT) {
1921 if (rec_type != REC_TYPE_NORM && rec_type != REC_TYPE_CONT)
1959 } else if (prev_type == REC_TYPE_CONT) /* missing newline */
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c794 if (rec_type != REC_TYPE_NORM && rec_type != REC_TYPE_CONT)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.c472 rec_type = REC_TYPE_CONT;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c2422 /* Append one REC_TYPE_NORM or REC_TYPE_CONT to body chunk buffer. */
2555 * (i.e. the last record was REC_TYPE_CONT), do we send a CRLF
2577 if (rec_type != REC_TYPE_NORM && rec_type != REC_TYPE_CONT)

Completed in 220 milliseconds