Postfix3.3.1
|
#include <sys_defs.h>
#include <stdarg.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <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_vprint64 (VSTREAM *fp, int flags, va_list ap) |
int | attr_print64 (VSTREAM *fp, int flags,...) |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
attr_print64.c の 106 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
attr_print64.c の 105 行目に定義があります。
attr_print64.c の 244 行目に定義があります。
attr_print64.c の 145 行目に定義があります。