| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| 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()
|
| 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 *,
|
| 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 *,
|
| D | recipient_list.h | 25 typedef struct RECIPIENT { struct 36 } RECIPIENT; argument 52 RECIPIENT *info;
|
| D | rcpt_print.c | 61 RECIPIENT *rcpt = (RECIPIENT *) ptr; in rcpt_print()
|
| D | deliver_pass.c | 105 RECIPIENT *rcpt) in deliver_pass_send_request() 171 RECIPIENT *rcpt) in deliver_pass() 240 RECIPIENT *rcpt; in deliver_pass_all()
|
| D | bounce.c | 233 RECIPIENT *rcpt, const char *relay, in bounce_append() 263 RECIPIENT *rcpt, const char *relay, in bounce_append_intern() 428 int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, in bounce_one() 461 RECIPIENT *rcpt, const char *relay, in bounce_one_intern()
|
| D | defer.c | 198 RECIPIENT *rcpt, const char *relay, in defer_append() 227 RECIPIENT *rcpt, const char *relay, in defer_append_intern() 362 int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, in defer_one()
|
| D | verify.h | 29 extern int verify_append(const char *, MSG_STATS *, RECIPIENT *,
|
| D | log_adhoc.h | 31 extern void log_adhoc(const char *, MSG_STATS *, RECIPIENT *, const char *,
|
| D | deliver_pass.h | 25 extern int deliver_pass(const char *, const char *, DELIVER_REQUEST *, RECIPIENT *);
|
| D | trace.h | 24 extern int trace_append(int, const char *, MSG_STATS *, RECIPIENT *,
|
| D | sent.h | 33 extern int sent(int, const char *, MSG_STATS *, RECIPIENT *, const char *,
|
| 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/ |
| 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/ |
| 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()
|
| 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/ |
| 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()
|
| D | qmgr_message.c | 908 RECIPIENT *rcpt1 = (RECIPIENT *) p1; in qmgr_message_sort_compare() 909 RECIPIENT *rcpt2 = (RECIPIENT *) p2; in qmgr_message_sort_compare() 971 RECIPIENT *rcpt; in qmgr_message_sort() 982 static int qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_resolve_one() 1014 RECIPIENT *recipient; in qmgr_message_resolve() 1302 RECIPIENT *recipient; in qmgr_message_assign()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/qmgr/ |
| 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()
|
| D | qmgr_message.c | 965 RECIPIENT *rcpt1 = (RECIPIENT *) p1; in qmgr_message_sort_compare() 966 RECIPIENT *rcpt2 = (RECIPIENT *) p2; in qmgr_message_sort_compare() 1028 RECIPIENT *rcpt; in qmgr_message_sort() 1039 static int qmgr_resolve_one(QMGR_MESSAGE *message, RECIPIENT *recipient, in qmgr_resolve_one() 1071 RECIPIENT *recipient; in qmgr_message_resolve() 1361 RECIPIENT *recipient; in qmgr_message_assign()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/bounce/ |
| D | bounce_notify_util.c | 636 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_recipient_log() 663 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_diagnostic_log() 757 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_recipient_dsn() 824 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_diagnostic_dsn() 950 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_delrcpt() 965 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt; in bounce_delrcpt_one()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/error/ |
| 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/ |
| D | virtual.c | 386 RECIPIENT *rcpt_end = rqst->rcpt_list.info + rqst->rcpt_list.len; in local_deliver() 387 RECIPIENT *rcpt; in local_deliver()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/ |
| D | smtp-source.c | 229 } RECIPIENT; typedef 230 static RECIPIENT *recipient; 269 static RECIPIENT *make_recipient(const char *address) in make_recipient() 271 RECIPIENT *rp = (RECIPIENT *) mymalloc(sizeof(*rp)); in make_recipient()
|