Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
マクロ定義 | 関数 | 変数
dnsblog.c ファイル
#include <sys_defs.h>
#include <limits.h>
#include <msg.h>
#include <vstream.h>
#include <vstring.h>
#include <argv.h>
#include <myaddrinfo.h>
#include <valid_hostname.h>
#include <sock_addr.h>
#include <mail_conf.h>
#include <mail_version.h>
#include <mail_proto.h>
#include <mail_params.h>
#include <dns.h>
#include <mail_server.h>

[ソースコード]

マクロ定義

#define STR(x)   vstring_str(x)
 
#define LEN(x)   VSTRING_LEN(x)
 

関数

int main (int argc, char **argv)
 

変数

int var_dnsblog_delay
 
 MAIL_VERSION_STAMP_DECLARE
 

マクロ定義詳解

#define LEN (   x)    VSTRING_LEN(x)

dnsblog.c139 行目に定義があります。

#define STR (   x)    vstring_str(x)

dnsblog.c138 行目に定義があります。

関数詳解

int main ( int  argc,
char **  argv 
)

dnsblog.c299 行目に定義があります。

変数詳解

MAIL_VERSION_STAMP_DECLARE

dnsblog.c295 行目に定義があります。

int var_dnsblog_delay

dnsblog.c124 行目に定義があります。