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_vscan_plain (VSTREAM *fp, int flags, va_list ap) |
int | attr_scan_plain (VSTREAM *fp, int flags,...) |
int | attr_scan_more_plain (VSTREAM *fp) |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
attr_scan_plain.c の 182 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
attr_scan_plain.c の 181 行目に定義があります。
attr_scan_plain.c の 510 行目に定義があります。
attr_scan_plain.c の 497 行目に定義があります。
attr_scan_plain.c の 282 行目に定義があります。