Postfix3.3.1
|
データ構造 | |
struct | RECIPIENT |
struct | RECIPIENT_LIST |
マクロ定義 | |
#define | RECIPIENT_ASSIGN(rcpt, offs, orcpt, notify, orig, addr) |
#define | RECIPIENT_UPDATE(ptr, new) |
#define | RCPT_LIST_INIT_STATUS 1 |
#define | RCPT_LIST_INIT_QUEUE 2 |
#define | RCPT_LIST_INIT_ADDR 3 |
型定義 | |
typedef struct RECIPIENT | RECIPIENT |
typedef struct RECIPIENT_LIST | RECIPIENT_LIST |
関数 | |
void | recipient_list_init (RECIPIENT_LIST *, int) |
void | recipient_list_add (RECIPIENT_LIST *, long, const char *, int, const char *, const char *) |
void | recipient_list_swap (RECIPIENT_LIST *, RECIPIENT_LIST *) |
void | recipient_list_free (RECIPIENT_LIST *) |
#define RCPT_LIST_INIT_ADDR 3 |
recipient_list.h の 63 行目に定義があります。
#define RCPT_LIST_INIT_QUEUE 2 |
recipient_list.h の 62 行目に定義があります。
#define RCPT_LIST_INIT_STATUS 1 |
recipient_list.h の 61 行目に定義があります。
#define RECIPIENT_ASSIGN | ( | rcpt, | |
offs, | |||
orcpt, | |||
notify, | |||
orig, | |||
addr | |||
) |
recipient_list.h の 36 行目に定義があります。
#define RECIPIENT_UPDATE | ( | ptr, | |
new | |||
) |
recipient_list.h の 45 行目に定義があります。
typedef struct RECIPIENT_LIST RECIPIENT_LIST |
void recipient_list_add | ( | RECIPIENT_LIST * | , |
long | , | ||
const char * | , | ||
int | , | ||
const char * | , | ||
const char * | |||
) |
recipient_list.c の 139 行目に定義があります。
void recipient_list_free | ( | RECIPIENT_LIST * | ) |
recipient_list.c の 181 行目に定義があります。
void recipient_list_init | ( | RECIPIENT_LIST * | , |
int | |||
) |
recipient_list.c の 129 行目に定義があります。
void recipient_list_swap | ( | RECIPIENT_LIST * | , |
RECIPIENT_LIST * | |||
) |
recipient_list.c の 167 行目に定義があります。