Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <errno.h>
#include <string.h>
#include <msg.h>
#include <msg_vstream.h>
#include <vstring.h>
#include <vstream.h>
#include <get_hostname.h>
#include <split_at.h>
#include <connect.h>
#include <mymalloc.h>
#include <events.h>
#include <iostuff.h>
#include <netstring.h>
#include <sane_connect.h>
#include <host_port.h>
#include <myaddrinfo.h>
#include <inet_proto.h>
#include <valid_hostname.h>
#include <valid_mailhost_addr.h>
#include <mail_date.h>
#include <qmqp_proto.h>
#include <mail_version.h>
データ構造 | |
struct | SESSION |
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | LEN(x) VSTRING_LEN(x) |
型定義 | |
typedef struct SESSION | SESSION |
関数 | |
int | main (int argc, char **argv) |
変数 | |
MAIL_VERSION_STAMP_DECLARE | |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
qmqp-source.c の 181 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
qmqp-source.c の 180 行目に定義があります。
qmqp-source.c の 462 行目に定義があります。
MAIL_VERSION_STAMP_DECLARE |
qmqp-source.c の 458 行目に定義があります。