Kannel: Open Source WAP and SMS gateway  svn-r5335
WsBcFunctionRec Struct Reference

#include <wsbc.h>

Data Fields

WsUInt8 num_arguments
 
WsUInt8 num_locals
 
WsUInt32 code_size
 
unsigned char * code
 

Detailed Description

Definition at line 175 of file wsbc.h.

Field Documentation

◆ 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().

◆ code_size

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().

◆ num_arguments

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().

◆ num_locals

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().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.