Home
last modified time | relevance | path

Searched refs:RECIPIENT (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Drecipient_list.c135 list->info = (RECIPIENT *) mymalloc(sizeof(RECIPIENT)); in recipient_list_init()
149 list->info = (RECIPIENT *) in recipient_list_add()
150 myrealloc((void *) list->info, new_avail * sizeof(RECIPIENT)); in recipient_list_add()
176 SWAP(RECIPIENT *, info); in recipient_list_swap()
185 RECIPIENT *rcpt; in recipient_list_free()
H A Dbounce.h30 extern int bounce_append(int, const char *, MSG_STATS *, RECIPIENT *,
38 int, MSG_STATS *, RECIPIENT *,
81 extern int bounce_append_intern(int, const char *, MSG_STATS *, RECIPIENT *,
85 int, MSG_STATS *, RECIPIENT *,
H A Ddefer.h24 extern int defer_append(int, const char *, MSG_STATS *, RECIPIENT *,
32 int, MSG_STATS *, RECIPIENT *,
40 extern int defer_append_intern(int, const char *, MSG_STATS *, RECIPIENT *,
H A Drecipient_list.h25 typedef struct RECIPIENT { struct
36 } RECIPIENT; argument
52 RECIPIENT *info;
H A Drcpt_print.c61 RECIPIENT *rcpt = (RECIPIENT *) ptr; in rcpt_print()
H A Ddeliver_pass.c102 RECIPIENT *rcpt) in deliver_pass_send_request()
168 RECIPIENT *rcpt) in deliver_pass()
237 RECIPIENT *rcpt; in deliver_pass_all()
H A Dbounce.c230 RECIPIENT *rcpt, const char *relay, in bounce_append()
260 RECIPIENT *rcpt, const char *relay, in bounce_append_intern()
425 int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, in bounce_one()
458 RECIPIENT *rcpt, const char *relay, in bounce_one_intern()
H A Ddefer.c195 RECIPIENT *rcpt, const char *relay, in defer_append()
224 RECIPIENT *rcpt, const char *relay, in defer_append_intern()
359 int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, in defer_one()
H A Dlog_adhoc.h31 extern void log_adhoc(const char *, MSG_STATS *, RECIPIENT *, const char *,
H A Dverify.h29 extern int verify_append(const char *, MSG_STATS *, RECIPIENT *,
H A Dsent.h33 extern int sent(int, const char *, MSG_STATS *, RECIPIENT *, const char *,
H A Ddeliver_pass.h25 extern int deliver_pass(const char *, const char *, DELIVER_REQUEST *, RECIPIENT *);
H A Dtrace.h24 extern int trace_append(int, const char *, MSG_STATS *, RECIPIENT *,
H A Dverp_sender.h29 extern VSTRING *verp_sender(VSTRING *, const char *, const char *, const RECIPIENT *);
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_rcpt.c144 void smtp_rcpt_done(SMTP_STATE *state, SMTP_RESP *resp, RECIPIENT *rcpt) in smtp_rcpt_done()
196 return (((RECIPIENT *) a)->u.status - ((RECIPIENT *) b)->u.status); in smtp_rcpt_cleanup_callback()
204 RECIPIENT *rcpt; in smtp_rcpt_cleanup()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c97 static void cleanup_trace_append(CLEANUP_STATE *state, RECIPIENT *rcpt, in cleanup_trace_append()
117 static void cleanup_verify_append(CLEANUP_STATE *state, RECIPIENT *rcpt, in cleanup_verify_append()
228 RECIPIENT rcpt; in cleanup_out_recipient()
H A Dcleanup_bounce.c67 static void cleanup_bounce_append(CLEANUP_STATE *state, RECIPIENT *rcpt, in cleanup_bounce_append()
96 RECIPIENT recipient; in cleanup_bounce()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_defer.c110 RECIPIENT *recipient; in qmgr_defer_todo()
149 void qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_defer_recipient()
H A Dqmgr_message.c902 RECIPIENT *rcpt1 = (RECIPIENT *) p1; in qmgr_message_sort_compare()
903 RECIPIENT *rcpt2 = (RECIPIENT *) p2; in qmgr_message_sort_compare()
965 RECIPIENT *rcpt; in qmgr_message_sort()
976 static int qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_resolve_one()
1008 RECIPIENT *recipient; in qmgr_message_resolve()
1296 RECIPIENT *recipient; in qmgr_message_assign()
H A Dqmgr_bounce.c59 void qmgr_bounce_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_bounce_recipient()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_defer.c115 RECIPIENT *recipient; in qmgr_defer_todo()
154 void qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_defer_recipient()
H A Dqmgr_message.c959 RECIPIENT *rcpt1 = (RECIPIENT *) p1; in qmgr_message_sort_compare()
960 RECIPIENT *rcpt2 = (RECIPIENT *) p2; in qmgr_message_sort_compare()
1022 RECIPIENT *rcpt; in qmgr_message_sort()
1033 static int qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_resolve_one()
1065 RECIPIENT *recipient; in qmgr_message_resolve()
1355 RECIPIENT *recipient; in qmgr_message_assign()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c677 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_recipient_log()
704 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_diagnostic_log()
798 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_recipient_dsn()
867 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_diagnostic_dsn()
993 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_delrcpt()
1008 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_delrcpt_one()
/netbsd-src/external/ibm-public/postfix/dist/src/error/
H A Derror.c152 int (*append) (int, const char *, MSG_STATS *, RECIPIENT *, in deliver_message() argument
159 RECIPIENT *rcpt; in deliver_message()
/netbsd-src/external/ibm-public/postfix/dist/src/virtual/
H A Dvirtual.c386 RECIPIENT *rcpt_end = rqst->rcpt_list.info + rqst->rcpt_list.len; in local_deliver()
387 RECIPIENT *rcpt; in local_deliver()

123