Home
last modified time | relevance | path

Searched refs:CLEANUP_STAT_SIZE (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dcleanup_user.h61 #define CLEANUP_STAT_SIZE (1<<2) /* Message file too big */ macro
80 (CLEANUP_STAT_BAD | CLEANUP_STAT_WRITE | CLEANUP_STAT_SIZE \
H A Dcleanup_strerror.c74 CLEANUP_STAT_SIZE, 552, "5.3.4", "message file too big",
H A Dmail_stream.c311 status = (errno == EFBIG ? CLEANUP_STAT_SIZE : CLEANUP_STAT_WRITE); in mail_stream_finish_file()
352 status = (errno == EFBIG ? CLEANUP_STAT_SIZE : CLEANUP_STAT_WRITE); in mail_stream_finish_file()
/netbsd/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_final.c59 state->errs |= CLEANUP_STAT_SIZE; in cleanup_final()
H A Dcleanup_out.c148 state->errs |= CLEANUP_STAT_SIZE; in cleanup_out()
H A Dcleanup_bounce.c227 dsn_ret = (state->errs & (CLEANUP_STAT_CONT | CLEANUP_STAT_SIZE)) ? in cleanup_bounce()
H A Dcleanup_milter.c620 state->errs |= CLEANUP_STAT_SIZE; in cleanup_milter_set_error()
/netbsd/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.c596 } else if ((state->err & CLEANUP_STAT_SIZE) != 0) { in qmqpd_send_status()
/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c3588 state->err = CLEANUP_STAT_SIZE; in receive_data_message()
3755 } else if ((state->err & CLEANUP_STAT_SIZE) != 0) { in common_post_message_handling()
3757 detail = cleanup_stat_detail(CLEANUP_STAT_SIZE); in common_post_message_handling()
4066 state->err = CLEANUP_STAT_SIZE; in bdat_cmd()