|
Postfix3.3.1
|
データ構造 | |
| struct | CIDR_MATCH |
マクロ定義 | |
| #define | CIDR_MATCH_ABYTES MAI_V4ADDR_BYTES |
| #define | CIDR_MATCH_OP_MATCH 1 /* Match this pattern */ |
| #define | CIDR_MATCH_OP_IF 2 /* Increase if/endif nesting on match */ |
| #define | CIDR_MATCH_OP_ENDIF 3 /* Decrease if/endif nesting on match */ |
| #define | CIDR_MATCH_TRUE 1 /* Request positive match */ |
| #define | CIDR_MATCH_FALSE 0 /* Request negative match */ |
型定義 | |
| typedef struct CIDR_MATCH | CIDR_MATCH |
関数 | |
| VSTRING * | cidr_match_parse (CIDR_MATCH *, char *, int, VSTRING *) |
| VSTRING * | cidr_match_parse_if (CIDR_MATCH *, char *, int, VSTRING *) |
| void | cidr_match_endif (CIDR_MATCH *) |
| CIDR_MATCH * | cidr_match_execute (CIDR_MATCH *, const char *) |
| #define CIDR_MATCH_ABYTES MAI_V4ADDR_BYTES |
cidr_match.h の 34 行目に定義があります。
| #define CIDR_MATCH_FALSE 0 /* Request negative match */ |
cidr_match.h の 58 行目に定義があります。
| #define CIDR_MATCH_OP_ENDIF 3 /* Decrease if/endif nesting on match */ |
cidr_match.h の 55 行目に定義があります。
| #define CIDR_MATCH_OP_IF 2 /* Increase if/endif nesting on match */ |
cidr_match.h の 54 行目に定義があります。
| #define CIDR_MATCH_OP_MATCH 1 /* Match this pattern */ |
cidr_match.h の 53 行目に定義があります。
| #define CIDR_MATCH_TRUE 1 /* Request positive match */ |
cidr_match.h の 57 行目に定義があります。
| typedef struct CIDR_MATCH CIDR_MATCH |
| void cidr_match_endif | ( | CIDR_MATCH * | ) |
cidr_match.c の 301 行目に定義があります。
| CIDR_MATCH* cidr_match_execute | ( | CIDR_MATCH * | , |
| const char * | |||
| ) |
cidr_match.c の 148 行目に定義があります。
| VSTRING* cidr_match_parse | ( | CIDR_MATCH * | , |
| char * | , | ||
| int | , | ||
| VSTRING * | |||
| ) |
cidr_match.c の 186 行目に定義があります。
| VSTRING* cidr_match_parse_if | ( | CIDR_MATCH * | , |
| char * | , | ||
| int | , | ||
| VSTRING * | |||
| ) |
cidr_match.c の 289 行目に定義があります。
1.8.9.1