Postfix3.3.1
マクロ定義 | 関数
showq_json.c ファイル
#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.c59 行目に定義があります。

#define STR (   x)    vstring_str(x)

showq_json.c58 行目に定義があります。

関数詳解

void showq_json ( VSTREAM showq_stream)

showq_json.c202 行目に定義があります。