Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsbc.h>
Data Fields | |
WsUInt8 | num_arguments |
WsUInt8 | num_locals |
WsUInt32 | code_size |
unsigned char * | code |
unsigned char* WsBcFunctionRec::code |
Definition at line 180 of file wsbc.h.
Referenced by main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().
WsUInt32 WsBcFunctionRec::code_size |
Definition at line 179 of file wsbc.h.
Referenced by main(), ws_bc_add_function(), ws_bc_decode(), and ws_bc_encode().
WsUInt8 WsBcFunctionRec::num_arguments |
Definition at line 177 of file wsbc.h.
Referenced by ws_bc_add_function(), ws_bc_decode(), and ws_bc_encode().
WsUInt8 WsBcFunctionRec::num_locals |
Definition at line 178 of file wsbc.h.
Referenced by ws_bc_add_function(), ws_bc_decode(), and ws_bc_encode().