Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Data Structures | |
struct | tagWBXML_NODE |
struct | tagDTD_NODE_DATA |
struct | tagWBXML_INFO |
struct | tagWBXML_STRING_TABLE |
struct | tagDTD_TYPE_LIST |
struct | tagCODEPAGE_TAG_NAME_LIST |
struct | tagCODEPAGE_ATTRSTART_NAME_LIST |
struct | tagCODEPAGE_ATTRVALUE_NAME_LIST |
Macros | |
#define | TAG_SWITCH_PAGE 0x00 |
#define | TAG_END 0x01 |
#define | TAG_ENTITY 0x02 |
#define | TAG_STR_I 0x03 |
#define | TAG_LITERAL 0x04 |
#define | TAG_EXT_I_0 0x40 |
#define | TAG_EXT_I_1 0x41 |
#define | TAG_EXT_I_2 0x42 |
#define | TAG_PI 0x43 |
#define | TAG_LITERAL_C 0x44 |
#define | TAG_EXT_T_0 0x80 |
#define | TAG_EXT_T_1 0x81 |
#define | TAG_EXT_T_2 0x82 |
#define | TAG_STR_T 0x83 |
#define | TAG_LITERAL_A 0x84 |
#define | TAG_EXT_0 0xc0 |
#define | TAG_EXT_1 0xc1 |
#define | TAG_EXT_2 0xc2 |
#define | TAG_OPAQUE 0xc3 |
#define | TAG_LITERAL_AC 0xc4 |
#define | CODEPAGE_TAG_MASK ((WBXML_TAG) 0x3f) |
#define | CODEPAGE_TAG_HAS_CONTENT ((WBXML_TAG) 0x40) |
#define | CODEPAGE_TAG_HAS_ATTRS ((WBXML_TAG) 0x80) |
#define | SWITCHPAGE_SIZE 2 |
#define | FALSE 0 |
#define | TRUE 1 |
#define | MAX_MB_U_INT32_BYTES 4 |
Variables | |
const WBXML_MB_U_INT32 | ZERO_WBXML_MB_U_INT32 |
#define CODEPAGE_TAG_HAS_ATTRS ((WBXML_TAG) 0x80) |
Definition at line 93 of file decompile.h.
Referenced by DumpNode(), and Read_element().
#define CODEPAGE_TAG_HAS_CONTENT ((WBXML_TAG) 0x40) |
Definition at line 92 of file decompile.h.
Referenced by DumpNode(), and Read_element().
#define CODEPAGE_TAG_MASK ((WBXML_TAG) 0x3f) |
Definition at line 91 of file decompile.h.
Referenced by CodepageTagName(), and DumpNode().
#define FALSE 0 |
Definition at line 109 of file decompile.h.
Referenced by DumpNode(), DumpNodes(), Is_zero(), IsCodepageTag(), IsTag(), and Read_termstr_rtn().
#define MAX_MB_U_INT32_BYTES 4 |
Definition at line 164 of file decompile.h.
Referenced by mb_u_int32_to_long(), and Read_mb_u_int32().
#define SWITCHPAGE_SIZE 2 |
Definition at line 96 of file decompile.h.
Referenced by Is_attrValue(), and Is_extension().
#define TAG_END 0x01 |
Definition at line 70 of file decompile.h.
Referenced by Read_element(), and Read_pi().
#define TAG_ENTITY 0x02 |
Definition at line 71 of file decompile.h.
Referenced by Is_entity(), and Read_entity().
#define TAG_EXT_0 0xc0 |
Definition at line 84 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_EXT_1 0xc1 |
Definition at line 85 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_EXT_2 0xc2 |
Definition at line 86 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_EXT_I_0 0x40 |
Definition at line 74 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_EXT_I_1 0x41 |
Definition at line 75 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_EXT_I_2 0x42 |
Definition at line 76 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_EXT_T_0 0x80 |
Definition at line 79 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_EXT_T_1 0x81 |
Definition at line 80 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_EXT_T_2 0x82 |
Definition at line 81 of file decompile.h.
Referenced by Is_extension(), and Read_extension().
#define TAG_LITERAL 0x04 |
Definition at line 73 of file decompile.h.
Referenced by Read_attrStart(), and Read_stag().
#define TAG_LITERAL_A 0x84 |
Definition at line 83 of file decompile.h.
#define TAG_LITERAL_AC 0xc4 |
Definition at line 88 of file decompile.h.
#define TAG_LITERAL_C 0x44 |
Definition at line 78 of file decompile.h.
#define TAG_OPAQUE 0xc3 |
Definition at line 87 of file decompile.h.
Referenced by Is_opaque(), and Read_opaque().
#define TAG_PI 0x43 |
Definition at line 77 of file decompile.h.
#define TAG_STR_I 0x03 |
Definition at line 72 of file decompile.h.
Referenced by Is_inline(), and Read_inline().
#define TAG_STR_T 0x83 |
Definition at line 82 of file decompile.h.
Referenced by Is_tableref(), and Read_tableref().
#define TAG_SWITCH_PAGE 0x00 |
Definition at line 69 of file decompile.h.
Referenced by Is_switchPage(), and Read_switchPage().
#define TRUE 1 |
Definition at line 110 of file decompile.h.
Referenced by DumpNode(), IsCodepageTag(), and Read_termstr_rtn().
typedef int BOOL |
Definition at line 108 of file decompile.h.
typedef struct tagCODEPAGE_ATTRSTART_NAME_LIST CODEPAGE_ATTRSTART_NAME_LIST |
typedef struct tagCODEPAGE_ATTRVALUE_NAME_LIST CODEPAGE_ATTRVALUE_NAME_LIST |
typedef struct tagCODEPAGE_TAG_NAME_LIST CODEPAGE_TAG_NAME_LIST |
typedef enum tagCP_TYPES CP_TAG_TYPE |
typedef struct tagDTD_NODE_DATA DTD_NODE_DATA |
typedef struct tagDTD_TYPE_LIST DTD_TYPE_LIST |
Definition at line 255 of file decompile.h.
Definition at line 266 of file decompile.h.
Definition at line 243 of file decompile.h.
Definition at line 113 of file decompile.h.
typedef WBXML_BYTES* P_WBXML_BYTES |
Definition at line 175 of file decompile.h.
typedef WBXML_INFO* P_WBXML_INFO |
Definition at line 197 of file decompile.h.
typedef WBXML_MB_U_INT32* P_WBXML_MB_U_INT32 |
Definition at line 167 of file decompile.h.
typedef WBXML_NODE* P_WBXML_NODE |
Definition at line 151 of file decompile.h.
typedef WBXML_STRING_INDEX* P_WBXML_STRING_INDEX |
Definition at line 172 of file decompile.h.
typedef WBXML_STRING_TABLE* P_WBXML_STRING_TABLE |
Definition at line 206 of file decompile.h.
typedef WBXML_TAG* P_WBXML_TAG |
Definition at line 117 of file decompile.h.
typedef WBXML_U_INT8* P_WBXML_U_INT8 |
Definition at line 162 of file decompile.h.
Definition at line 114 of file decompile.h.
typedef unsigned char WBXML |
Definition at line 112 of file decompile.h.
typedef unsigned char* WBXML_BYTES |
Definition at line 174 of file decompile.h.
typedef unsigned char WBXML_CODEPAGE |
Definition at line 119 of file decompile.h.
typedef WBXML_MB_U_INT32 WBXML_DTD_TYPE |
Definition at line 177 of file decompile.h.
typedef struct tagWBXML_INFO WBXML_INFO |
typedef unsigned long WBXML_LENGTH |
Definition at line 121 of file decompile.h.
typedef unsigned char WBXML_MB_U_INT32[MAX_MB_U_INT32_BYTES] |
Definition at line 166 of file decompile.h.
typedef struct tagWBXML_NODE WBXML_NODE |
typedef enum tagWBXML_PARSE_ERROR WBXML_PARSE_ERROR |
typedef enum tagWBXML_PARSE_WARNING WBXML_PARSE_WARNING |
typedef WBXML_MB_U_INT32 WBXML_STRING_INDEX |
Definition at line 171 of file decompile.h.
typedef struct tagWBXML_STRING_TABLE WBXML_STRING_TABLE |
typedef unsigned char WBXML_TAG |
Definition at line 116 of file decompile.h.
typedef unsigned char WBXML_U_INT8 |
Definition at line 161 of file decompile.h.
enum tagCP_TYPES |
Enumerator | |
---|---|
CP_TAG_TAG | |
CP_TAG_ATTRSTART | |
CP_TAG_ATTRVALUE |
Definition at line 99 of file decompile.h.
enum tagWBXML_PARSE_ERROR |
Enumerator | |
---|---|
ERR_END_OF_DATA | |
ERR_INTERNAL_BAD_PARAM | |
ERR_TAG_NOT_FOUND | |
ERR_FILE_NOT_FOUND | |
ERR_FILE_NOT_READ | |
ERR_NOT_ENOUGH_MEMORY |
Definition at line 208 of file decompile.h.
Enumerator | |
---|---|
WARN_FUTURE_EXPANSION_EXT_0 | |
WARN_FUTURE_EXPANSION_EXT_1 | |
WARN_FUTURE_EXPANSION_EXT_2 |
Definition at line 219 of file decompile.h.
enum WBXML_NODE_TYPE |
Definition at line 123 of file decompile.h.
enum WBXML_VARIABLE_TYPE |
Enumerator | |
---|---|
VAR_ESCAPED | |
VAR_UNESCAPED | |
VAR_UNCHANGED |
Definition at line 153 of file decompile.h.
WBXML_LENGTH BytesLeft | ( | P_WBXML_INFO | buffer | ) |
Definition at line 548 of file decompile.c.
References ERR_INTERNAL_BAD_PARAM, tagWBXML_INFO::m_curpos, tagWBXML_INFO::m_length, tagWBXML_INFO::m_start, and ParseError().
Referenced by Is_zero(), IsTag(), Read_bytes(), Read_mb_u_int32(), Read_termstr_rtn(), Read_u_int8(), ReadCodepageTag(), and ReadFixedTag().
BOOL Is_attrValue | ( | P_WBXML_INFO | buffer | ) |
Definition at line 612 of file decompile.c.
References CP_TAG_ATTRVALUE, Is_entity(), Is_extension(), Is_opaque(), Is_pi(), Is_string(), Is_switchPage(), IsCodepageTag(), tagWBXML_INFO::m_curpos, and SWITCHPAGE_SIZE.
Referenced by Read_attribute(), and Read_pi().
BOOL Is_entity | ( | P_WBXML_INFO | buffer | ) |
Definition at line 675 of file decompile.c.
References IsTag(), and TAG_ENTITY.
Referenced by Is_attrValue(), Read_attrValue(), and Read_content().
BOOL Is_extension | ( | P_WBXML_INFO | buffer | ) |
Definition at line 627 of file decompile.c.
References Is_switchPage(), IsTag(), tagWBXML_INFO::m_curpos, SWITCHPAGE_SIZE, TAG_EXT_0, TAG_EXT_1, TAG_EXT_2, TAG_EXT_I_0, TAG_EXT_I_1, TAG_EXT_I_2, TAG_EXT_T_0, TAG_EXT_T_1, and TAG_EXT_T_2.
Referenced by Is_attrValue(), Read_attrValue(), and Read_content().
BOOL Is_inline | ( | P_WBXML_INFO | buffer | ) |
Definition at line 665 of file decompile.c.
References IsTag(), and TAG_STR_I.
Referenced by Is_string(), and Read_string().
BOOL Is_opaque | ( | P_WBXML_INFO | buffer | ) |
Definition at line 685 of file decompile.c.
References IsTag(), and TAG_OPAQUE.
Referenced by Is_attrValue(), Read_attrValue(), and Read_content().
BOOL Is_pi | ( | P_WBXML_INFO | buffer | ) |
Definition at line 680 of file decompile.c.
References IsTag(), and TAG_PI.
Referenced by Is_attrValue(), Read_body(), and Read_content().
BOOL Is_string | ( | P_WBXML_INFO | buffer | ) |
Definition at line 654 of file decompile.c.
References Is_inline(), and Is_tableref().
Referenced by Is_attrValue(), Read_attrValue(), and Read_content().
BOOL Is_switchPage | ( | P_WBXML_INFO | buffer | ) |
Definition at line 660 of file decompile.c.
References IsTag(), and TAG_SWITCH_PAGE.
Referenced by Is_attrValue(), Is_extension(), Read_attrStart(), Read_attrValue(), Read_element(), and Read_extension().
BOOL Is_tableref | ( | P_WBXML_INFO | buffer | ) |
Definition at line 670 of file decompile.c.
References IsTag(), and TAG_STR_T.
Referenced by Is_string(), and Read_string().
BOOL Is_zero | ( | P_WBXML_INFO | buffer | ) |
Definition at line 690 of file decompile.c.
References BytesLeft(), ERR_END_OF_DATA, ERR_INTERNAL_BAD_PARAM, FALSE, tagWBXML_INFO::m_curpos, and ParseError().
Referenced by Read_publicid().
BOOL IsCodepageTag | ( | P_WBXML_INFO | buffer, |
CP_TAG_TYPE | type | ||
) |
Definition at line 594 of file decompile.c.
References CP_TAG_ATTRSTART, CP_TAG_ATTRVALUE, CP_TAG_TAG, FALSE, tagWBXML_INFO::m_curpos, TRUE, and type.
Referenced by Is_attrValue(), Read_attrStart(), Read_attrValue(), and Read_stag().
BOOL IsTag | ( | P_WBXML_INFO | buffer, |
WBXML_TAG | tag | ||
) |
Definition at line 570 of file decompile.c.
References BytesLeft(), ERR_INTERNAL_BAD_PARAM, FALSE, tagWBXML_INFO::m_curpos, and ParseError().
Referenced by Is_entity(), Is_extension(), Is_inline(), Is_opaque(), Is_pi(), Is_switchPage(), Is_tableref(), Read_attrStart(), Read_element(), Read_extension(), and Read_stag().
long mb_u_int32_to_long | ( | P_WBXML_MB_U_INT32 | value | ) |
Definition at line 873 of file decompile.c.
References ERR_INTERNAL_BAD_PARAM, MAX_MB_U_INT32_BYTES, and ParseError().
Referenced by DumpNode(), GetStringTableString(), Read_opaque(), and Read_strtbl().
void Message | ( | char * | msg | ) |
Definition at line 485 of file decompile.c.
References msg.
Referenced by ParseError(), and ParseWarning().
void ParseError | ( | WBXML_PARSE_ERROR | error | ) |
Definition at line 490 of file decompile.c.
References ERR_END_OF_DATA, ERR_FILE_NOT_FOUND, ERR_FILE_NOT_READ, ERR_INTERNAL_BAD_PARAM, ERR_NOT_ENOUGH_MEMORY, ERR_TAG_NOT_FOUND, error(), and Message().
Referenced by BytesLeft(), CodepageAttrstartName(), CodepageAttrvalueName(), Is_zero(), IsTag(), main(), mb_u_int32_to_long(), NewNode(), Read_attrStart(), Read_attrValue(), Read_bytes(), Read_extension(), Read_mb_u_int32(), Read_stag(), Read_string(), Read_termstr_rtn(), Read_u_int8(), Read_zero(), ReadBinary(), ReadCodepageTag(), and ReadFixedTag().
void ParseWarning | ( | WBXML_PARSE_WARNING | warning | ) |
Definition at line 526 of file decompile.c.
References Message(), WARN_FUTURE_EXPANSION_EXT_0, WARN_FUTURE_EXPANSION_EXT_1, WARN_FUTURE_EXPANSION_EXT_2, and warning().
Referenced by Read_extension().
void Read_attribute | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1067 of file decompile.c.
References Is_attrValue(), Read_attrStart(), and Read_attrValue().
Referenced by Read_element().
void Read_attrStart | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1077 of file decompile.c.
References AddAttrStartLiteralNode(), AddAttrStartNode(), CP_TAG_ATTRSTART, ERR_TAG_NOT_FOUND, Is_switchPage(), IsCodepageTag(), IsTag(), ParseError(), Read_index(), Read_switchPage(), ReadCodepageTag(), ReadFixedTag(), and TAG_LITERAL.
Referenced by Read_attribute(), and Read_pi().
void Read_attrValue | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1109 of file decompile.c.
References AddAttrValueNode(), CP_TAG_ATTRVALUE, ERR_TAG_NOT_FOUND, Is_entity(), Is_extension(), Is_opaque(), Is_string(), Is_switchPage(), IsCodepageTag(), ParseError(), Read_entity(), Read_extension(), Read_opaque(), Read_string(), Read_switchPage(), and ReadCodepageTag().
Referenced by Read_attribute(), and Read_pi().
void Read_body | ( | P_WBXML_INFO | buffer | ) |
Definition at line 953 of file decompile.c.
References Is_pi(), Read_element(), and Read_pi().
Referenced by Read_start().
void Read_bytes | ( | P_WBXML_INFO | buffer, |
WBXML_LENGTH | length, | ||
P_WBXML_BYTES | result | ||
) |
Definition at line 765 of file decompile.c.
References BytesLeft(), ERR_END_OF_DATA, ERR_INTERNAL_BAD_PARAM, tagWBXML_INFO::m_curpos, malloc(), and ParseError().
Referenced by Read_opaque(), and Read_strtbl().
void Read_charset | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1334 of file decompile.c.
References Read_mb_u_int32().
Referenced by Read_start().
void Read_content | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1011 of file decompile.c.
References Is_entity(), Is_extension(), Is_opaque(), Is_pi(), Is_string(), Read_element(), Read_entity(), Read_extension(), Read_opaque(), Read_pi(), and Read_string().
Referenced by Read_element().
void Read_element | ( | P_WBXML_INFO | buffer | ) |
Definition at line 968 of file decompile.c.
References AddAttrEndNode(), CODEPAGE_TAG_HAS_ATTRS, CODEPAGE_TAG_HAS_CONTENT, Is_switchPage(), IsTag(), tagWBXML_NODE::m_child, tagWBXML_INFO::m_curnode, tagWBXML_NODE::m_parent, tagWBXML_INFO::m_tree, Read_attribute(), Read_content(), Read_stag(), Read_switchPage(), ReadFixedTag(), and TAG_END.
Referenced by Read_body(), and Read_content().
void Read_entcode | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1278 of file decompile.c.
References Read_mb_u_int32().
Referenced by Read_entity().
void Read_entity | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1272 of file decompile.c.
References Read_entcode(), ReadFixedTag(), and TAG_ENTITY.
Referenced by Read_attrValue(), and Read_content().
void Read_extension | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1146 of file decompile.c.
References AddVariableIndexNode(), AddVariableStringNode(), ERR_TAG_NOT_FOUND, Is_switchPage(), IsTag(), ParseError(), ParseWarning(), Read_index(), Read_switchPage(), Read_termstr_rtn(), ReadFixedTag(), TAG_EXT_0, TAG_EXT_1, TAG_EXT_2, TAG_EXT_I_0, TAG_EXT_I_1, TAG_EXT_I_2, TAG_EXT_T_0, TAG_EXT_T_1, TAG_EXT_T_2, VAR_ESCAPED, VAR_UNCHANGED, VAR_UNESCAPED, WARN_FUTURE_EXPANSION_EXT_0, WARN_FUTURE_EXPANSION_EXT_1, and WARN_FUTURE_EXPANSION_EXT_2.
Referenced by Read_attrValue(), and Read_content().
void Read_index | ( | P_WBXML_INFO | buffer, |
P_WBXML_MB_U_INT32 | result | ||
) |
Definition at line 1398 of file decompile.c.
References Read_mb_u_int32().
Referenced by Read_attrStart(), Read_extension(), Read_publicid(), Read_stag(), and Read_tableref().
void Read_inline | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1258 of file decompile.c.
References Read_termstr(), ReadFixedTag(), and TAG_STR_I.
Referenced by Read_string().
void Read_length | ( | P_WBXML_INFO | buffer, |
P_WBXML_MB_U_INT32 | result | ||
) |
Definition at line 1403 of file decompile.c.
References Read_mb_u_int32().
Referenced by Read_opaque().
void Read_mb_u_int32 | ( | P_WBXML_INFO | buffer, |
P_WBXML_MB_U_INT32 | result | ||
) |
Definition at line 738 of file decompile.c.
References BytesLeft(), ERR_END_OF_DATA, ERR_INTERNAL_BAD_PARAM, tagWBXML_INFO::m_curpos, MAX_MB_U_INT32_BYTES, and ParseError().
Referenced by Read_charset(), Read_entcode(), Read_index(), Read_length(), Read_publicid(), and Read_strtbl().
void Read_opaque | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1297 of file decompile.c.
References mb_u_int32_to_long(), Read_bytes(), Read_length(), ReadFixedTag(), and TAG_OPAQUE.
Referenced by Read_attrValue(), and Read_content().
void Read_pageindex | ( | P_WBXML_INFO | buffer, |
P_WBXML_U_INT8 | result | ||
) |
Definition at line 1420 of file decompile.c.
References Read_u_int8().
Referenced by Read_switchPage().
void Read_pi | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1284 of file decompile.c.
References Is_attrValue(), Read_attrStart(), Read_attrValue(), ReadFixedTag(), TAG_END, and TAG_PI.
Referenced by Read_body(), and Read_content().
void Read_publicid | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1314 of file decompile.c.
References AddDTDNode(), Is_zero(), Read_index(), Read_mb_u_int32(), and ZERO_WBXML_MB_U_INT32.
Referenced by Read_start().
WBXML_TAG Read_stag | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1040 of file decompile.c.
References AddCodepageLiteralTagNode(), AddCodepageTagNode(), CP_TAG_TAG, ERR_TAG_NOT_FOUND, IsCodepageTag(), IsTag(), ParseError(), Read_index(), ReadCodepageTag(), ReadFixedTag(), and TAG_LITERAL.
Referenced by Read_element().
void Read_start | ( | P_WBXML_INFO | buffer | ) |
Definition at line 935 of file decompile.c.
References Read_body(), Read_charset(), Read_publicid(), Read_strtbl(), and Read_version().
Referenced by main().
void Read_string | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1231 of file decompile.c.
References ERR_TAG_NOT_FOUND, Is_inline(), Is_tableref(), ParseError(), Read_inline(), and Read_tableref().
Referenced by Read_attrValue(), and Read_content().
void Read_strtbl | ( | P_WBXML_INFO | buffer | ) |
Definition at line 944 of file decompile.c.
References AddStringTableNode(), tagWBXML_STRING_TABLE::m_length, tagWBXML_STRING_TABLE::m_strings, mb_u_int32_to_long(), Read_bytes(), and Read_mb_u_int32().
Referenced by Read_start().
void Read_switchPage | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1247 of file decompile.c.
References tagWBXML_INFO::m_curpage, Read_pageindex(), ReadFixedTag(), and TAG_SWITCH_PAGE.
Referenced by Read_attrStart(), Read_attrValue(), Read_element(), and Read_extension().
void Read_tableref | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1264 of file decompile.c.
References Read_index(), ReadFixedTag(), and TAG_STR_T.
Referenced by Read_string().
void Read_termstr | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1387 of file decompile.c.
References AddStringNode(), free(), and Read_termstr_rtn().
Referenced by Read_inline().
void Read_termstr_rtn | ( | P_WBXML_INFO | buffer, |
char ** | result | ||
) |
Definition at line 1341 of file decompile.c.
References BytesLeft(), ERR_INTERNAL_BAD_PARAM, FALSE, free(), tagWBXML_INFO::m_curpos, malloc(), ParseError(), realloc, STRING_BLOCK_SIZE, and TRUE.
Referenced by Read_extension(), and Read_termstr().
void Read_u_int8 | ( | P_WBXML_INFO | buffer, |
P_WBXML_U_INT8 | result | ||
) |
Definition at line 718 of file decompile.c.
References BytesLeft(), ERR_END_OF_DATA, ERR_INTERNAL_BAD_PARAM, tagWBXML_INFO::m_curpos, and ParseError().
Referenced by Read_pageindex(), Read_version(), and Read_zero().
void Read_version | ( | P_WBXML_INFO | buffer | ) |
void Read_zero | ( | P_WBXML_INFO | buffer | ) |
Definition at line 1408 of file decompile.c.
References ERR_TAG_NOT_FOUND, ParseError(), and Read_u_int8().
WBXML_TAG ReadCodepageTag | ( | P_WBXML_INFO | buffer, |
CP_TAG_TYPE | type | ||
) |
Definition at line 812 of file decompile.c.
References BytesLeft(), CP_TAG_ATTRSTART, CP_TAG_ATTRVALUE, CP_TAG_TAG, ERR_END_OF_DATA, ERR_INTERNAL_BAD_PARAM, ERR_TAG_NOT_FOUND, tagWBXML_INFO::m_curpos, ParseError(), and type.
Referenced by Read_attrStart(), Read_attrValue(), and Read_stag().
void ReadFixedTag | ( | P_WBXML_INFO | buffer, |
WBXML_TAG | tag | ||
) |
Definition at line 786 of file decompile.c.
References BytesLeft(), ERR_END_OF_DATA, ERR_INTERNAL_BAD_PARAM, ERR_TAG_NOT_FOUND, tagWBXML_INFO::m_curpos, and ParseError().
Referenced by Read_attrStart(), Read_element(), Read_entity(), Read_extension(), Read_inline(), Read_opaque(), Read_pi(), Read_stag(), Read_switchPage(), and Read_tableref().
const WBXML_MB_U_INT32 ZERO_WBXML_MB_U_INT32 |
Definition at line 72 of file decompile.c.
Referenced by Read_publicid().