|
Postfix3.3.1
|
#include <sys_defs.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <sysexits.h>#include <ctype.h>#include <errno.h>#include <vstring.h>#include <vstream.h>#include <stringops.h>#include <mymalloc.h>#include <msg.h>#include <mail_proto.h>#include <mail_queue.h>#include <mail_date.h>#include <mail_params.h>#include <postqueue.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | LEN(x) VSTRING_LEN(x) |
関数 | |
| void | showq_json (VSTREAM *showq_stream) |
| #define LEN | ( | x | ) | VSTRING_LEN(x) |
showq_json.c の 59 行目に定義があります。
| #define STR | ( | x | ) | vstring_str(x) |
showq_json.c の 58 行目に定義があります。
| void showq_json | ( | VSTREAM * | showq_stream | ) |
showq_json.c の 202 行目に定義があります。
1.8.9.1