|
Postfix3.3.1
|
#include <sys_defs.h>#include <string.h>#include <msg.h>#include <vstring.h>#include <format_tv.h>#include <stringops.h>#include <log_adhoc.h>#include <mail_params.h>データ構造 | |
| struct | DELTA_TIME |
マクロ定義 | |
| #define | DELTA(x, y, z) |
| #define | DELTA_ZERO(x) ((x).dt_sec = (x).dt_usec = 0) |
| #define | TIME_STAMPED(x) ((x).tv_sec > 0) |
| #define | SIG_DIGS 2 |
| #define | PRETTY_FORMAT(b, text, x) |
関数 | |
| void | log_adhoc (const char *id, MSG_STATS *stats, RECIPIENT *recipient, const char *relay, DSN *dsn, const char *status) |
| #define DELTA | ( | x, | |
| y, | |||
| z | |||
| ) |
| #define DELTA_ZERO | ( | x | ) | ((x).dt_sec = (x).dt_usec = 0) |
| #define PRETTY_FORMAT | ( | b, | |
| text, | |||
| x | |||
| ) |
| #define SIG_DIGS 2 |
| #define TIME_STAMPED | ( | x | ) | ((x).tv_sec > 0) |
| void log_adhoc | ( | const char * | id, |
| MSG_STATS * | stats, | ||
| RECIPIENT * | recipient, | ||
| const char * | relay, | ||
| DSN * | dsn, | ||
| const char * | status | ||
| ) |
log_adhoc.c の 82 行目に定義があります。
1.8.9.1