Searched refs:rcpt_buf (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce.c163 #include <rcpt_buf.h>
191 static RCPT_BUF *rcpt_buf; variable
220 ATTR_TYPE_FUNC, rcpb_scan, (void *) rcpt_buf,
234 VS_NEUTER(rcpt_buf->address);
235 VS_NEUTER(rcpt_buf->orig_addr);
236 VS_NEUTER(rcpt_buf->dsn_orcpt);
244 (void) RECIPIENT_FROM_RCPT_BUF(rcpt_buf);
249 * rcpt_buf buffers instead. See DSN_FROM_DSN_BUF() and
255 STR(rcpt_buf->orig_addr), STR(rcpt_buf
[all...]
H A Dbounce_notify_verp.c124 RCPT_BUF *rcpt_buf = rcpb_create(); local
128 vstring_strcpy(rcpt_buf->address, "(recipient address unavailable)");
129 (void) RECIPIENT_FROM_RCPT_BUF(rcpt_buf);
132 dsn_ret, rcpt_buf, dsn_buf, ts);
133 rcpb_free(rcpt_buf);
147 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
149 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt;
H A Dbounce_notify_util.c25 /* dsn_envid, dsn_notify, rcpt_buf,
32 /* RCPT_BUF *rcpt_buf;
215 RCPT_BUF *rcpt_buf,
251 bounce_info->rcpt_buf = rcpt_buf;
367 RCPT_BUF *rcpt_buf; local
381 rcpt_buf = 0;
384 rcpt_buf = rcpb_create();
388 dsn_envid, rcpt_buf, dsn_buf,
399 RCPT_BUF *rcpt_buf,
210 bounce_mail_alloc(const char *service, const char *queue_name, const char *queue_id, const char *encoding, const char *dsn_envid, RCPT_BUF *rcpt_buf, DSN_BUF *dsn_buf, BOUNCE_TEMPLATE *template, BOUNCE_LOG *log_handle) argument
395 bounce_mail_one_init(const char *queue_name, const char *queue_id, const char *encoding, const char *dsn_envid, RCPT_BUF *rcpt_buf, DSN_BUF *dsn_buf, BOUNCE_TEMPLATE *template) argument
[all...]
H A Dbounce_one_service.c11 /* rcpt_buf, dsn_buf, templates)
19 /* RCPT_BUF *rcpt_buf;
89 RCPT_BUF *rcpt_buf, DSN_BUF *dsn_buf,
104 dsn_envid, rcpt_buf, dsn_buf,
179 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt;
86 bounce_one_service(int flags, char *queue_name, char *queue_id, char *encoding, char *orig_sender, char *dsn_envid, int dsn_ret, RCPT_BUF *rcpt_buf, DSN_BUF *dsn_buf, BOUNCE_TEMPLATES *ts) argument
H A Dbounce_service.h83 RCPT_BUF *rcpt_buf; /* recipient info */ member in struct:__anon11719
/macosx-10.10/postfix-255/postfix/src/global/
H A Dbounce_log.h24 #include <rcpt_buf.h>
H A Dbounce_log.c147 BOUNCE_LOG *bounce_log_read(BOUNCE_LOG *bp, RCPT_BUF *rcpt_buf, argument
165 rcpb_reset(rcpt_buf);
222 vstring_strcpy(rcpt_buf->address, *value ?
225 vstring_strcpy(rcpt_buf->orig_addr, *value ?
228 vstring_strcpy(rcpt_buf->dsn_orcpt, value);
231 rcpt_buf->dsn_notify = notify;
234 rcpt_buf->offset = offset;
271 vstring_strcpy(rcpt_buf->address, *recipient ?
290 if (BUF_NODATA(rcpt_buf->address))
291 BUF_ASSIGN(rcpt_buf
[all...]
H A Ddeliver_request.c123 #include "rcpt_buf.h"
209 static RCPT_BUF *rcpt_buf; local
235 rcpt_buf = rcpb_create();
304 ATTR_TYPE_FUNC, rcpb_scan, (void *) rcpt_buf,
309 recipient_list_add(&request->rcpt_list, rcpt_buf->offset,
310 vstring_str(rcpt_buf->dsn_orcpt),
311 rcpt_buf->dsn_notify,
312 vstring_str(rcpt_buf->orig_addr),
313 vstring_str(rcpt_buf->address));
H A Drcpt_buf.c3 /* rcpt_buf
7 /* #include <rcpt_buf.h>
44 /* ... ATTR_TYPE_FUNC, rcpb_scan, (void *) rcpt_buf, ...
74 #include <rcpt_buf.h>
/macosx-10.10/postfix-255/postfix/src/showq/
H A Dshowq.c173 RCPT_BUF *rcpt_buf = 0; local
253 if (rcpt_buf == 0)
254 rcpt_buf = rcpb_create();
257 showq_reasons(client, logfile, rcpt_buf, dsn_buf, dup_filter);
264 if (rcpt_buf)
265 rcpb_free(rcpt_buf);
274 static void showq_reasons(VSTREAM *client, BOUNCE_LOG *bp, RCPT_BUF *rcpt_buf, argument
279 RECIPIENT *rcpt = &rcpt_buf->rcpt;
282 while (bounce_log_read(bp, rcpt_buf, dsn_buf) != 0) {

Completed in 202 milliseconds