Searched refs:mail_copy (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_copy.h6 /* mail_copy 3h
10 /* #include <mail_copy.h>
28 extern int mail_copy(const char *, const char *, const char *,
H A Dpipe_command.h23 #include <mail_copy.h>
32 #define PIPE_CMD_COPY_FLAGS 3 /* mail_copy() flags */
33 #define PIPE_CMD_SENDER 4 /* mail_copy() sender */
34 #define PIPE_CMD_DELIVERED 5 /* mail_copy() recipient */
42 #define PIPE_CMD_ORIG_RCPT 13 /* mail_copy() original recipient */
H A Dmail_copy.c3 /* mail_copy 3
7 /* #include <mail_copy.h>
9 /* int mail_copy(sender, orig_to, delivered, src, dst, flags, eol, why)
19 /* mail_copy() copies a mail message from record stream to stream-lf
121 #include "mail_copy.h"
126 /* mail_copy - copy message with extreme prejudice */
128 int mail_copy(const char *sender, function
134 const char *myname = "mail_copy";
H A Dpipe_command.c113 /* mail_copy(3) deliver to any.
159 #include <mail_copy.h>
170 int flags; /* see mail_copy.h */
586 write_status = mail_copy(args.sender, args.orig_rcpt,
/macosx-10.10/postfix-255/postfix/src/local/
H A Dfile.c66 #include <mail_copy.h>
170 mail_copy_status = mail_copy(COPY_ATTR(state.msg_attr), mp->fp,
H A Dmaildir.c64 #include <mail_copy.h>
210 if ((mail_copy_status = mail_copy(COPY_ATTR(state.msg_attr),
H A Dmailbox.c68 #include <mail_copy.h>
206 mail_copy_status = mail_copy(COPY_ATTR(state.msg_attr), mp->fp,
H A Dcommand.c75 #include <mail_copy.h>
/macosx-10.10/postfix-255/postfix/src/virtual/
H A Dmaildir.c59 #include <mail_copy.h>
204 if ((mail_copy_status = mail_copy(COPY_ATTR(state.msg_attr),
H A Dmailbox.c58 #include <mail_copy.h>
136 mail_copy_status = mail_copy(COPY_ATTR(state.msg_attr), mp->fp,
/macosx-10.10/postfix-255/postfix/src/pipe/
H A Dpipe.c465 #include <mail_copy.h>
523 * Additional flags. These are colocated with mail_copy() flags. Allow some
524 * space for extension of the mail_copy() interface.
561 int flags; /* mail_copy() flags */

Completed in 275 milliseconds