Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsbc.h>
WsBcConstant* WsBcRec::constants |
Definition at line 195 of file wsbc.h.
Referenced by main(), ws_bc_add_const_empty_string(), ws_bc_add_const_float(), ws_bc_add_const_int(), ws_bc_add_const_utf8_string(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().
WsBcFunctionName* WsBcRec::function_names |
Definition at line 204 of file wsbc.h.
Referenced by lookup_function(), main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().
WsBcFunction* WsBcRec::functions |
Definition at line 207 of file wsbc.h.
Referenced by main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().
WsUInt16 WsBcRec::num_constants |
Definition at line 194 of file wsbc.h.
Referenced by main(), ws_bc_add_const_empty_string(), ws_bc_add_const_float(), ws_bc_add_const_int(), ws_bc_add_const_utf8_string(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().
WsUInt8 WsBcRec::num_function_names |
Definition at line 203 of file wsbc.h.
Referenced by lookup_function(), main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().
WsUInt8 WsBcRec::num_functions |
Definition at line 206 of file wsbc.h.
Referenced by main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().
WsUInt16 WsBcRec::num_pragmas |
Definition at line 198 of file wsbc.h.
Referenced by add_pragma(), main(), ws_bc_decode(), and ws_bc_encode().
WsBcPragma* WsBcRec::pragmas |
Definition at line 199 of file wsbc.h.
Referenced by add_pragma(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().
WsBcStringEncoding WsBcRec::string_encoding |
Definition at line 189 of file wsbc.h.
Referenced by ws_bc_alloc(), ws_bc_decode(), and ws_bc_encode().