Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
マクロ定義 | 関数
hex_quote.c ファイル
#include "sys_defs.h"
#include <ctype.h>
#include "msg.h"
#include "vstring.h"
#include "hex_quote.h"

[ソースコード]

マクロ定義

#define STR(x)   vstring_str(x)
 
#define LEN(x)   VSTRING_LEN(x)
 

関数

VSTRINGhex_quote (VSTRING *hex, const char *raw)
 
VSTRINGhex_unquote (VSTRING *raw, const char *hex)
 

マクロ定義詳解

#define LEN (   x)    VSTRING_LEN(x)

hex_quote.c54 行目に定義があります。

#define STR (   x)    vstring_str(x)

hex_quote.c53 行目に定義があります。

関数詳解

VSTRING* hex_quote ( VSTRING hex,
const char *  raw 
)

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

VSTRING* hex_unquote ( VSTRING raw,
const char *  hex 
)

hex_quote.c77 行目に定義があります。