|
Postfix3.3.1
|
#include <sys_defs.h>#include <stdarg.h>#include <string.h>#include <stdio.h>#include <msg.h>#include <mymalloc.h>#include <vstream.h>#include <vstring.h>#include <htable.h>#include <base64_code.h>#include <attr.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | LEN(x) VSTRING_LEN(x) |
関数 | |
| int | attr_vscan64 (VSTREAM *fp, int flags, va_list ap) |
| int | attr_scan64 (VSTREAM *fp, int flags,...) |
| int | attr_scan_more64 (VSTREAM *fp) |
| #define LEN | ( | x | ) | VSTRING_LEN(x) |
attr_scan64.c の 184 行目に定義があります。
| #define STR | ( | x | ) | vstring_str(x) |
attr_scan64.c の 183 行目に定義があります。
attr_scan64.c の 514 行目に定義があります。
attr_scan64.c の 527 行目に定義があります。
attr_scan64.c の 269 行目に定義があります。
1.8.9.1