Postfix3.3.1
マクロ定義 | 関数
quote_822_local.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <ctype.h>
#include <vstring.h>
#include "quote_822_local.h"

[ソースコード]

マクロ定義

#define YES   1
 
#define NO   0
 

関数

VSTRINGquote_822_local_flags (VSTRING *dst, const char *mbox, int flags)
 
VSTRINGunquote_822_local (VSTRING *dst, const char *mbox)
 

マクロ定義詳解

#define NO   0

quote_822_local.c88 行目に定義があります。

#define YES   1

quote_822_local.c87 行目に定義があります。

関数詳解

VSTRING* quote_822_local_flags ( VSTRING dst,
const char *  mbox,
int  flags 
)

quote_822_local.c154 行目に定義があります。

VSTRING* unquote_822_local ( VSTRING dst,
const char *  mbox 
)

quote_822_local.c186 行目に定義があります。