Postfix3.3.1
|
マクロ定義 | |
#define | FLUSH_REQ_ADD "add" /* append queue ID to site log */ |
#define | FLUSH_REQ_SEND_SITE "send_site" /* flush mail for site */ |
#define | FLUSH_REQ_SEND_FILE "send_file" /* flush one queue file */ |
#define | FLUSH_REQ_REFRESH "rfrsh" /* refresh old logfiles */ |
#define | FLUSH_REQ_PURGE "purge" /* refresh all logfiles */ |
#define | FLUSH_STAT_FAIL -1 /* request failed */ |
#define | FLUSH_STAT_OK 0 /* request executed */ |
#define | FLUSH_STAT_BAD 3 /* invalid parameter */ |
#define | FLUSH_STAT_DENY 4 /* request denied */ |
関数 | |
void | flush_init (void) |
int | flush_add (const char *, const char *) |
int | flush_send_site (const char *) |
int | flush_send_file (const char *) |
int | flush_refresh (void) |
int | flush_purge (void) |
#define FLUSH_REQ_ADD "add" /* append queue ID to site log */ |
flush_clnt.h の 27 行目に定義があります。
#define FLUSH_REQ_PURGE "purge" /* refresh all logfiles */ |
flush_clnt.h の 31 行目に定義があります。
#define FLUSH_REQ_REFRESH "rfrsh" /* refresh old logfiles */ |
flush_clnt.h の 30 行目に定義があります。
#define FLUSH_REQ_SEND_FILE "send_file" /* flush one queue file */ |
flush_clnt.h の 29 行目に定義があります。
#define FLUSH_REQ_SEND_SITE "send_site" /* flush mail for site */ |
flush_clnt.h の 28 行目に定義があります。
#define FLUSH_STAT_BAD 3 /* invalid parameter */ |
flush_clnt.h の 38 行目に定義があります。
#define FLUSH_STAT_DENY 4 /* request denied */ |
flush_clnt.h の 39 行目に定義があります。
#define FLUSH_STAT_FAIL -1 /* request failed */ |
flush_clnt.h の 36 行目に定義があります。
#define FLUSH_STAT_OK 0 /* request executed */ |
flush_clnt.h の 37 行目に定義があります。
int flush_add | ( | const char * | , |
const char * | |||
) |
flush_clnt.c の 225 行目に定義があります。
void flush_init | ( | void | ) |
flush_clnt.c の 104 行目に定義があります。
int flush_purge | ( | void | ) |
flush_clnt.c の 113 行目に定義があります。
int flush_refresh | ( | void | ) |
flush_clnt.c の 139 行目に定義があります。
int flush_send_file | ( | const char * | ) |
flush_clnt.c の 201 行目に定義があります。
int flush_send_site | ( | const char * | ) |
flush_clnt.c の 165 行目に定義があります。