Postfix3.3.1
|
データ構造 | |
struct | MASTER_STATUS |
マクロ定義 | |
#define | MASTER_XPORT_NAME_UNIX "unix" /* local IPC */ |
#define | MASTER_XPORT_NAME_FIFO "fifo" /* local IPC */ |
#define | MASTER_XPORT_NAME_INET "inet" /* non-local IPC */ |
#define | MASTER_XPORT_NAME_PASS "pass" /* local IPC */ |
#define | MASTER_GEN_NAME "GENERATION" /* passed via environment */ |
#define | MASTER_STAT_TAKEN 0 /* this one is occupied */ |
#define | MASTER_STAT_AVAIL 1 /* this process is idle */ |
#define | MASTER_FLOW_READ 3 |
#define | MASTER_FLOW_WRITE 4 |
#define | MASTER_STATUS_FD 5 /* shared channel to parent */ |
#define | MASTER_LISTEN_FD 6 /* accept connections here */ |
型定義 | |
typedef struct MASTER_STATUS | MASTER_STATUS |
関数 | |
int | master_notify (int, unsigned, int) |
#define MASTER_FLOW_READ 3 |
master_proto.h の 43 行目に定義があります。
#define MASTER_FLOW_WRITE 4 |
master_proto.h の 44 行目に定義があります。
#define MASTER_GEN_NAME "GENERATION" /* passed via environment */ |
master_proto.h の 31 行目に定義があります。
#define MASTER_LISTEN_FD 6 /* accept connections here */ |
master_proto.h の 57 行目に定義があります。
#define MASTER_STAT_AVAIL 1 /* this process is idle */ |
master_proto.h の 34 行目に定義があります。
#define MASTER_STAT_TAKEN 0 /* this one is occupied */ |
master_proto.h の 33 行目に定義があります。
#define MASTER_STATUS_FD 5 /* shared channel to parent */ |
master_proto.h の 56 行目に定義があります。
#define MASTER_XPORT_NAME_FIFO "fifo" /* local IPC */ |
master_proto.h の 16 行目に定義があります。
#define MASTER_XPORT_NAME_INET "inet" /* non-local IPC */ |
master_proto.h の 17 行目に定義があります。
#define MASTER_XPORT_NAME_PASS "pass" /* local IPC */ |
master_proto.h の 18 行目に定義があります。
#define MASTER_XPORT_NAME_UNIX "unix" /* local IPC */ |
master_proto.h の 15 行目に定義があります。
typedef struct MASTER_STATUS MASTER_STATUS |
master_proto.c の 65 行目に定義があります。