Postfix3.3.1
マクロ定義 | 関数
msg_stats_scan.c ファイル
#include <sys_defs.h>
#include <attr.h>
#include <vstring.h>
#include <msg.h>
#include <mail_proto.h>
#include <msg_stats.h>

[ソースコード]

マクロ定義

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

関数

int msg_stats_scan (ATTR_SCAN_MASTER_FN scan_fn, VSTREAM *fp, int flags, void *ptr)
 

マクロ定義詳解

#define LEN (   x)    VSTRING_LEN(x)

msg_stats_scan.c52 行目に定義があります。

#define STR (   x)    vstring_str(x)

msg_stats_scan.c51 行目に定義があります。

関数詳解

int msg_stats_scan ( ATTR_SCAN_MASTER_FN  scan_fn,
VSTREAM fp,
int  flags,
void *  ptr 
)

msg_stats_scan.c56 行目に定義があります。