/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | recipient_list.c | 135 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 D | bounce.h | 30 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 D | defer.h | 24 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 D | recipient_list.h | 25 typedef struct RECIPIENT { struct 36 } RECIPIENT; argument 52 RECIPIENT *info;
|
H A D | rcpt_print.c | 61 RECIPIENT *rcpt = (RECIPIENT *) ptr; in rcpt_print()
|
H A D | deliver_pass.c | 102 RECIPIENT *rcpt) in deliver_pass_send_request() 168 RECIPIENT *rcpt) in deliver_pass() 237 RECIPIENT *rcpt; in deliver_pass_all()
|
H A D | bounce.c | 230 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 D | defer.c | 195 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 D | log_adhoc.h | 31 extern void log_adhoc(const char *, MSG_STATS *, RECIPIENT *, const char *,
|
H A D | verify.h | 29 extern int verify_append(const char *, MSG_STATS *, RECIPIENT *,
|
H A D | sent.h | 33 extern int sent(int, const char *, MSG_STATS *, RECIPIENT *, const char *,
|
H A D | deliver_pass.h | 25 extern int deliver_pass(const char *, const char *, DELIVER_REQUEST *, RECIPIENT *);
|
H A D | trace.h | 24 extern int trace_append(int, const char *, MSG_STATS *, RECIPIENT *,
|
H A D | verp_sender.h | 29 extern VSTRING *verp_sender(VSTRING *, const char *, const char *, const RECIPIENT *);
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_rcpt.c | 144 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 D | cleanup_out_recipient.c | 97 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 D | cleanup_bounce.c | 67 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 D | qmgr_defer.c | 110 RECIPIENT *recipient; in qmgr_defer_todo() 149 void qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_defer_recipient()
|
H A D | qmgr_message.c | 902 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 D | qmgr_bounce.c | 59 void qmgr_bounce_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_bounce_recipient()
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr_defer.c | 115 RECIPIENT *recipient; in qmgr_defer_todo() 154 void qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_defer_recipient()
|
H A D | qmgr_message.c | 959 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 D | bounce_notify_util.c | 677 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 D | error.c | 152 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 D | virtual.c | 386 RECIPIENT *rcpt_end = rqst->rcpt_list.info + rqst->rcpt_list.len; in local_deliver() 387 RECIPIENT *rcpt; in local_deliver()
|