Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dpost_mail.c440 return (status != REC_TYPE_NORM ? CLEANUP_STAT_WRITE : 0); in post_mail_fprintf()
448 CLEANUP_STAT_WRITE : 0); in post_mail_buffer()
458 CLEANUP_STAT_WRITE : 0); in post_mail_fputs()
471 status = CLEANUP_STAT_WRITE; in post_mail_fclose()
479 status = CLEANUP_STAT_WRITE; in post_mail_fclose()
503 status = CLEANUP_STAT_WRITE; in post_mail_fclose_event()
512 status = CLEANUP_STAT_WRITE; in post_mail_fclose_event()
545 status = CLEANUP_STAT_WRITE; in post_mail_fclose_async()
550 status = CLEANUP_STAT_WRITE; in post_mail_fclose_async()
Dcleanup_user.h61 #define CLEANUP_STAT_WRITE (1<<1) /* Error writing message file */ macro
80 (CLEANUP_STAT_BAD | CLEANUP_STAT_WRITE | CLEANUP_STAT_DEFER \
87 (CLEANUP_STAT_BAD | CLEANUP_STAT_WRITE | CLEANUP_STAT_SIZE \
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()
383 int status = CLEANUP_STAT_WRITE; in mail_stream_finish_ipc()
395 status = CLEANUP_STAT_WRITE; in mail_stream_finish_ipc()
Dcleanup_strerror.c76 CLEANUP_STAT_WRITE, 451, "4.3.0", "queue file write error",
/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_bounce.c81 state->errs |= CLEANUP_STAT_WRITE; in cleanup_bounce_append()
146 while ((state->errs & CLEANUP_STAT_WRITE) == 0) { in cleanup_bounce()
211 if ((state->errs & CLEANUP_STAT_WRITE) == 0 && rcpt == 0) { in cleanup_bounce()
221 if ((state->errs & CLEANUP_STAT_WRITE) == 0) { in cleanup_bounce()
245 state->errs |= CLEANUP_STAT_WRITE; in cleanup_bounce()
255 if ((state->errs &= CLEANUP_STAT_WRITE) == 0) in cleanup_bounce()
Dcleanup_out_recipient.c111 state->errs |= CLEANUP_STAT_WRITE; in cleanup_trace_append()
125 state->errs |= CLEANUP_STAT_WRITE; in cleanup_verify_append()
Dcleanup_addr.c186 state->errs |= CLEANUP_STAT_WRITE; in cleanup_addr_sender()
250 state->errs |= CLEANUP_STAT_WRITE; in cleanup_addr_recipient()
Dcleanup_final.c62 state->errs |= CLEANUP_STAT_WRITE; in cleanup_final()
Dcleanup_map11.c132 state->errs |= CLEANUP_STAT_WRITE; in cleanup_map11_external()
Dcleanup_out.c154 state->errs |= CLEANUP_STAT_WRITE; in cleanup_out()
Dcleanup_map1n.c174 state->errs |= CLEANUP_STAT_WRITE; in cleanup_map1n_internal()
Dcleanup_masquerade.c116 state->errs |= CLEANUP_STAT_WRITE; in cleanup_masquerade_external()
Dcleanup_message.c565 state->errs |= CLEANUP_STAT_WRITE; in cleanup_header_callback()
962 state->errs |= CLEANUP_STAT_WRITE; in cleanup_body_callback()
Dcleanup_milter.c431 state->errs |= CLEANUP_STAT_WRITE; in cleanup_milter_header_checks()
484 state->errs |= CLEANUP_STAT_WRITE; in cleanup_milter_hbc_add_meta_records()
624 state->errs |= CLEANUP_STAT_WRITE; in cleanup_milter_set_error()
/netbsd/src/external/ibm-public/postfix/dist/src/qmqpd/
Dqmqpd.c344 state->err = CLEANUP_STAT_WRITE; in qmqpd_copy_sender()
348 state->err = CLEANUP_STAT_WRITE; in qmqpd_copy_sender()
414 state->err = CLEANUP_STAT_WRITE; in qmqpd_copy_recipients()
517 state->err = CLEANUP_STAT_WRITE; in qmqpd_write_content()
535 state->err = CLEANUP_STAT_WRITE; in qmqpd_close_file()
607 } else if ((state->err & CLEANUP_STAT_WRITE) != 0) { in qmqpd_send_status()
/netbsd/src/external/ibm-public/postfix/dist/src/pickup/
Dpickup.c315 return (cleanup_service_error(info, CLEANUP_STAT_WRITE)); in copy_segment()
422 return (cleanup_service_error(info, CLEANUP_STAT_WRITE)); in pickup_copy()
/netbsd/src/external/ibm-public/postfix/dist/src/postdrop/
Dpostdrop.c305 return (CLEANUP_STAT_WRITE); in check_login_sender_acl()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd.c3427 out_error = CLEANUP_STAT_WRITE; in data_cmd()
3815 state->err = CLEANUP_STAT_WRITE; in common_post_message_handling()
3820 state->err = CLEANUP_STAT_WRITE; in common_post_message_handling()
3852 if (state->milters != 0 && (state->err & CLEANUP_STAT_WRITE) != 0) in common_post_message_handling()
3920 } else if ((state->err & CLEANUP_STAT_WRITE) != 0) { in common_post_message_handling()
3922 detail = cleanup_stat_detail(CLEANUP_STAT_WRITE); in common_post_message_handling()
4140 out_error = CLEANUP_STAT_WRITE; in bdat_cmd()
/netbsd/src/external/ibm-public/postfix/dist/src/sendmail/
Dsendmail.c997 (status & CLEANUP_STAT_WRITE) ? EX_TEMPFAIL : in enqueue()