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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce.c165 #include <rcpt_buf.h>
193 static RCPT_BUF *rcpt_buf; variable
222 ATTR_TYPE_FUNC, rcpb_scan, (void *) rcpt_buf,
236 VS_NEUTER(rcpt_buf->address);
237 VS_NEUTER(rcpt_buf->orig_addr);
238 VS_NEUTER(rcpt_buf->dsn_orcpt);
246 (void) RECIPIENT_FROM_RCPT_BUF(rcpt_buf);
251 * rcpt_buf buffers instead. See DSN_FROM_DSN_BUF() and
257 STR(rcpt_buf->orig_addr), STR(rcpt_buf
[all...]
H A Dbounce_notify_verp.c126 RCPT_BUF *rcpt_buf = rcpb_create(); local
130 vstring_strcpy(rcpt_buf->address, "(recipient address unavailable)");
131 (void) RECIPIENT_FROM_RCPT_BUF(rcpt_buf);
134 dsn_ret, rcpt_buf, dsn_buf, ts);
135 rcpb_free(rcpt_buf);
149 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
151 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt;
H A Dbounce_notify_util.c27 /* dsn_envid, dsn_notify, rcpt_buf,
34 /* RCPT_BUF *rcpt_buf;
217 RCPT_BUF *rcpt_buf,
253 bounce_info->rcpt_buf = rcpt_buf;
369 RCPT_BUF *rcpt_buf; local
383 rcpt_buf = 0;
386 rcpt_buf = rcpb_create();
390 dsn_envid, rcpt_buf, dsn_buf,
401 RCPT_BUF *rcpt_buf,
212 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
397 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.c13 /* rcpt_buf, dsn_buf, templates)
21 /* RCPT_BUF *rcpt_buf;
91 RCPT_BUF *rcpt_buf, DSN_BUF *dsn_buf,
106 dsn_envid, rcpt_buf, dsn_buf,
181 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt;
88 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.h85 RCPT_BUF *rcpt_buf; /* recipient info */ member in struct:__anon2380
H A DMakefile.in113 bounce.o: ../../include/rcpt_buf.h
136 bounce_append_service.o: ../../include/rcpt_buf.h
153 bounce_cleanup.o: ../../include/rcpt_buf.h
179 bounce_notify_service.o: ../../include/rcpt_buf.h
214 bounce_notify_util.o: ../../include/rcpt_buf.h
243 bounce_notify_verp.o: ../../include/rcpt_buf.h
269 bounce_one_service.o: ../../include/rcpt_buf.h
326 bounce_trace_service.o: ../../include/rcpt_buf.h
349 bounce_warn_service.o: ../../include/rcpt_buf.h
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dbounce_log.h26 #include <rcpt_buf.h>
H A Dbounce_log.c149 BOUNCE_LOG *bounce_log_read(BOUNCE_LOG *bp, RCPT_BUF *rcpt_buf, argument
167 rcpb_reset(rcpt_buf);
224 vstring_strcpy(rcpt_buf->address, *value ?
227 vstring_strcpy(rcpt_buf->orig_addr, *value ?
230 vstring_strcpy(rcpt_buf->dsn_orcpt, value);
233 rcpt_buf->dsn_notify = notify;
236 rcpt_buf->offset = offset;
273 vstring_strcpy(rcpt_buf->address, *recipient ?
292 if (BUF_NODATA(rcpt_buf->address))
293 BUF_ASSIGN(rcpt_buf
[all...]
H A Ddeliver_request.c125 #include "rcpt_buf.h"
211 static RCPT_BUF *rcpt_buf; local
237 rcpt_buf = rcpb_create();
306 ATTR_TYPE_FUNC, rcpb_scan, (void *) rcpt_buf,
311 recipient_list_add(&request->rcpt_list, rcpt_buf->offset,
312 vstring_str(rcpt_buf->dsn_orcpt),
313 rcpt_buf->dsn_notify,
314 vstring_str(rcpt_buf->orig_addr),
315 vstring_str(rcpt_buf->address));
H A Drcpt_buf.c5 /* rcpt_buf
9 /* #include <rcpt_buf.h>
46 /* ... ATTR_TYPE_FUNC, rcpb_scan, (void *) rcpt_buf, ...
76 #include <rcpt_buf.h>
H A DMakefile.in23 rcpt_buf.c rcpt_print.c rec_attr_map.c rec_streamlf.c rec_type.c \
55 rcpt_buf.o rcpt_print.o rec_attr_map.o rec_streamlf.o rec_type.o \
83 quote_flags.h rcpt_buf.h rcpt_print.h rec_attr_map.h rec_streamlf.h \
604 bounce_log.o: rcpt_buf.h
783 deliver_request.o: rcpt_buf.h
1681 rcpt_buf.o: ../../include/attr.h
1682 rcpt_buf.o: ../../include/iostuff.h
1683 rcpt_buf.o: ../../include/mymalloc.h
1684 rcpt_buf.o: ../../include/sys_defs.h
1685 rcpt_buf
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c163 RCPT_BUF *rcpt_buf = 0; local
241 if (rcpt_buf == 0)
242 rcpt_buf = rcpb_create();
245 showq_reasons(client, logfile, rcpt_buf, dsn_buf, dup_filter);
252 if (rcpt_buf)
253 rcpb_free(rcpt_buf);
262 static void showq_reasons(VSTREAM *client, BOUNCE_LOG *bp, RCPT_BUF *rcpt_buf, argument
267 RECIPIENT *rcpt = &rcpt_buf->rcpt;
270 while (bounce_log_read(bp, rcpt_buf, dsn_buf) != 0) {
H A DMakefile.in80 showq.o: ../../include/rcpt_buf.h
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/lib/global/
H A DMakefile34 rcpt_buf.c rcpt_print.c rec_attr_map.c rec_streamlf.c rec_type.c \

Completed in 152 milliseconds