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 <vstring_vstream.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_vscan0 (VSTREAM *fp, int flags, va_list ap) |
int | attr_scan0 (VSTREAM *fp, int flags,...) |
int | attr_scan_more0 (VSTREAM *fp) |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
attr_scan0.c の 183 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
attr_scan0.c の 182 行目に定義があります。
attr_scan0.c の 455 行目に定義があります。
attr_scan0.c の 468 行目に定義があります。
attr_scan0.c の 266 行目に定義があります。