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

[ソースコード]

マクロ定義

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

関数

VSTRINGxtext_quote_append (VSTRING *quoted, const char *unquoted, const char *special)
 
VSTRINGxtext_quote (VSTRING *quoted, const char *unquoted, const char *special)
 
VSTRINGxtext_unquote_append (VSTRING *unquoted, const char *quoted)
 
VSTRINGxtext_unquote (VSTRING *unquoted, const char *quoted)
 

マクロ定義詳解

#define LEN (   x)    VSTRING_LEN(x)

xtext.c74 行目に定義があります。

#define STR (   x)    vstring_str(x)

xtext.c73 行目に定義があります。

関数詳解

VSTRING* xtext_quote ( VSTRING quoted,
const char *  unquoted,
const char *  special 
)

xtext.c98 行目に定義があります。

VSTRING* xtext_quote_append ( VSTRING quoted,
const char *  unquoted,
const char *  special 
)

xtext.c78 行目に定義があります。

VSTRING* xtext_unquote ( VSTRING unquoted,
const char *  quoted 
)

xtext.c139 行目に定義があります。

VSTRING* xtext_unquote_append ( VSTRING unquoted,
const char *  quoted 
)

xtext.c107 行目に定義があります。