|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/stat.h>#include <string.h>#include <unistd.h>#include <time.h>#include <errno.h>#include <msg.h>#include <htable.h>#include <vstream.h>#include <vstring.h>#include <vstring_vstream.h>#include <stringops.h>#include <iostuff.h>#include <warn_stat.h>#include "quote_822_local.h"#include "record.h"#include "rec_type.h"#include "mail_queue.h"#include "mail_addr.h"#include "mark_corrupt.h"#include "mail_params.h"#include "mail_copy.h"#include "mbox_open.h"#include "dsn_buf.h"#include "sys_exits.h"マクロ定義 | |
| #define | VSTREAM_FWRITE_BUF(s, b) vstream_fwrite((s),vstring_str(b),VSTRING_LEN(b)) |
| #define | TRY_AGAIN_ERROR(errno) (errno == EAGAIN || errno == ESTALE) |
関数 | |
| int | mail_copy (const char *sender, const char *orig_rcpt, const char *delivered, VSTREAM *src, VSTREAM *dst, int flags, const char *eol, DSN_BUF *why) |
| #define TRY_AGAIN_ERROR | ( | errno | ) | (errno == EAGAIN || errno == ESTALE) |
| #define VSTREAM_FWRITE_BUF | ( | s, | |
| b | |||
| ) | vstream_fwrite((s),vstring_str(b),VSTRING_LEN(b)) |
1.8.9.1