| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#include <decompile.h>
Data Fields | |
| P_WBXML | m_start | 
| P_WBXML | m_curpos | 
| WBXML_LENGTH | m_length | 
| P_WBXML_NODE | m_tree | 
| P_WBXML_NODE | m_curnode | 
| WBXML_CODEPAGE | m_curpage | 
Definition at line 186 of file decompile.h.
| P_WBXML_NODE tagWBXML_INFO::m_curnode | 
Definition at line 192 of file decompile.h.
Referenced by Init(), NewNode(), and Read_element().
| WBXML_CODEPAGE tagWBXML_INFO::m_curpage | 
Definition at line 193 of file decompile.h.
Referenced by Init(), NewNode(), and Read_switchPage().
| P_WBXML tagWBXML_INFO::m_curpos | 
Definition at line 189 of file decompile.h.
Referenced by BufferLength(), BytesLeft(), Free(), Init(), Is_attrValue(), Is_extension(), Is_zero(), IsCodepageTag(), IsTag(), Read_bytes(), Read_mb_u_int32(), Read_termstr_rtn(), Read_u_int8(), ReadBinary(), ReadCodepageTag(), and ReadFixedTag().
| WBXML_LENGTH tagWBXML_INFO::m_length | 
Definition at line 190 of file decompile.h.
Referenced by BytesLeft(), Free(), Init(), and ReadBinary().
| P_WBXML tagWBXML_INFO::m_start | 
Definition at line 188 of file decompile.h.
Referenced by BufferLength(), BytesLeft(), Free(), Init(), and ReadBinary().
| P_WBXML_NODE tagWBXML_INFO::m_tree | 
Definition at line 191 of file decompile.h.
Referenced by DumpNodes(), Free(), Init(), NewNode(), and Read_element().