Postfix3.3.1
マクロ定義
addr_match_list.h ファイル
#include <match_list.h>

[ソースコード]

マクロ定義

#define ADDR_MATCH_LIST   MATCH_LIST
 
#define addr_match_list_init(o, f, p)   match_list_init((o), (f), (p), 1, match_hostaddr)
 
#define addr_match_list_match(l, a)   match_list_match((l), (a))
 
#define addr_match_list_free   match_list_free
 

マクロ定義詳解

#define ADDR_MATCH_LIST   MATCH_LIST

addr_match_list.h22 行目に定義があります。

#define addr_match_list_free   match_list_free

addr_match_list.h28 行目に定義があります。

#define addr_match_list_init (   o,
  f,
 
)    match_list_init((o), (f), (p), 1, match_hostaddr)

addr_match_list.h24 行目に定義があります。

#define addr_match_list_match (   l,
 
)    match_list_match((l), (a))

addr_match_list.h26 行目に定義があります。