|
Postfix3.3.1
|
#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.h の 22 行目に定義があります。
| #define addr_match_list_free match_list_free |
addr_match_list.h の 28 行目に定義があります。
| #define addr_match_list_init | ( | o, | |
| f, | |||
| p | |||
| ) | match_list_init((o), (f), (p), 1, match_hostaddr) |
addr_match_list.h の 24 行目に定義があります。
| #define addr_match_list_match | ( | l, | |
| a | |||
| ) | match_list_match((l), (a)) |
addr_match_list.h の 26 行目に定義があります。
1.8.9.1