Postfix3.3.1
マクロ定義 | 関数
quote_821_local.h ファイル
#include <vstring.h>
#include <quote_flags.h>

[ソースコード]

マクロ定義

#define quote_821_local(dst, src)   quote_821_local_flags((dst), (src), QUOTE_FLAG_8BITCLEAN)
 

関数

VSTRINGquote_821_local_flags (VSTRING *, const char *, int)
 

マクロ定義詳解

#define quote_821_local (   dst,
  src 
)    quote_821_local_flags((dst), (src), QUOTE_FLAG_8BITCLEAN)

quote_821_local.h25 行目に定義があります。

関数詳解

VSTRING* quote_821_local_flags ( VSTRING ,
const char *  ,
int   
)

quote_821_local.c135 行目に定義があります。