Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
|
static |
Definition at line 873 of file wsstree.c.
References WsExpressionRec::line, WsCompilerRec::pool_stree, type, WsExpressionRec::type, ws_error_memory(), and ws_f_calloc().
Referenced by ws_expr_assign(), ws_expr_binary(), ws_expr_call(), ws_expr_comma(), ws_expr_conditional(), ws_expr_const_false(), ws_expr_const_float(), ws_expr_const_integer(), ws_expr_const_invalid(), ws_expr_const_string(), ws_expr_const_true(), ws_expr_logical(), ws_expr_postfix_var(), ws_expr_symbol(), ws_expr_unary(), and ws_expr_unary_var().
|
static |
Definition at line 306 of file wsstree.c.
References ws_free().
Referenced by ws_function_hash_create().
|
static |
Definition at line 1133 of file wsstree.c.
References WsListItemRec::data, WsVarDecRec::expr, WsListRec::head, WsVarDecRec::name, WsListItemRec::next, WsNamespaceRec::vindex, ws_asm_link(), WS_ASM_P_STORE_VAR, ws_asm_variable(), ws_expr_linearize(), WS_TRUE, and ws_variable_define().
Referenced by ws_stmt_linearize().
|
static |
Definition at line 208 of file wsstree.c.
References ws_free().
Referenced by ws_pragma_use_hash_create().
|
static |
Definition at line 1372 of file wsstree.c.
References WsStatementRec::first_line, WsStatementRec::last_line, WsCompilerRec::pool_stree, type, WsStatementRec::type, ws_error_memory(), and ws_f_calloc().
Referenced by ws_stmt_block(), ws_stmt_break(), ws_stmt_continue(), ws_stmt_empty(), ws_stmt_expr(), ws_stmt_for(), ws_stmt_if(), ws_stmt_return(), ws_stmt_variable(), and ws_stmt_while().
|
static |
Definition at line 148 of file wsstree.c.
References ws_free().
Referenced by ws_variable_hash_create().
WsExpression* ws_expr_assign | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
char * | identifier, | ||
int | op, | ||
WsExpression * | expr | ||
) |
Definition at line 903 of file wsstree.c.
References WsExpressionRec::assign, expr_alloc(), WsCompilerRec::pool_stree, WsExpressionRec::u, ws_error_memory(), WS_EXPR_ASSIGN, ws_f_strdup(), and ws_lexer_free_block().
Referenced by yyparse().
WsExpression* ws_expr_binary | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
int | type, | ||
WsExpression * | left, | ||
WsExpression * | right | ||
) |
Definition at line 956 of file wsstree.c.
References WsExpressionRec::binary, expr_alloc(), type, WsExpressionRec::u, and WS_EXPR_BINARY.
Referenced by yyparse().
WsExpression* ws_expr_call | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
int | type, | ||
char * | base, | ||
char * | name, | ||
WsList * | arguments | ||
) |
Definition at line 1028 of file wsstree.c.
References WsExpressionRec::call, expr_alloc(), name, WsCompilerRec::pool_stree, type, WsExpressionRec::u, ws_error_memory(), WS_EXPR_CALL, ws_f_strdup(), and ws_lexer_free_block().
Referenced by yyparse().
WsExpression* ws_expr_comma | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
WsExpression * | left, | ||
WsExpression * | right | ||
) |
Definition at line 889 of file wsstree.c.
References WsExpressionRec::comma, expr_alloc(), WsExpressionRec::u, and WS_EXPR_COMMA.
Referenced by yyparse().
WsExpression* ws_expr_conditional | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
WsExpression * | e_cond, | ||
WsExpression * | e_then, | ||
WsExpression * | e_else | ||
) |
Definition at line 925 of file wsstree.c.
References WsExpressionRec::conditional, expr_alloc(), WsExpressionRec::u, and WS_EXPR_CONDITIONAL.
Referenced by yyparse().
WsExpression* ws_expr_const_false | ( | WsCompiler * | compiler, |
WsUInt32 | line | ||
) |
Definition at line 1080 of file wsstree.c.
References expr_alloc(), and WS_EXPR_CONST_FALSE.
Referenced by yyparse().
WsExpression* ws_expr_const_float | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsFloat | fval | ||
) |
Definition at line 1100 of file wsstree.c.
References expr_alloc(), WsExpressionRec::fval, WsExpressionRec::u, and WS_EXPR_CONST_FLOAT.
Referenced by yyparse().
WsExpression* ws_expr_const_integer | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUInt32 | ival | ||
) |
Definition at line 1086 of file wsstree.c.
References expr_alloc(), WsExpressionRec::integer, WsExpressionRec::u, and WS_EXPR_CONST_INTEGER.
Referenced by yyparse().
WsExpression* ws_expr_const_invalid | ( | WsCompiler * | compiler, |
WsUInt32 | line | ||
) |
Definition at line 1068 of file wsstree.c.
References expr_alloc(), and WS_EXPR_CONST_INVALID.
Referenced by yyparse().
WsExpression* ws_expr_const_string | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUtf8String * | string | ||
) |
Definition at line 1112 of file wsstree.c.
References WsUtf8StringRec::data, expr_alloc(), WsUtf8StringRec::len, WsCompilerRec::pool_stree, WsExpressionRec::string, WsExpressionRec::u, ws_error_memory(), WS_EXPR_CONST_STRING, ws_f_memdup(), and ws_lexer_free_utf8().
Referenced by yyparse().
WsExpression* ws_expr_const_true | ( | WsCompiler * | compiler, |
WsUInt32 | line | ||
) |
Definition at line 1074 of file wsstree.c.
References expr_alloc(), and WS_EXPR_CONST_TRUE.
Referenced by yyparse().
void ws_expr_linearize | ( | WsCompiler * | compiler, |
WsExpression * | expr | ||
) |
Definition at line 395 of file wsstree.c.
References WsExpressionRec::assign, WsCompilerRec::bc, WsExpressionRec::binary, WsExpressionRec::call, WsExpressionRec::comma, WsExpressionRec::conditional, WsListItemRec::data, WsUtf8StringRec::data, WsFunctionHashRec::defined, WsFunctionHashRec::findex, WsCompilerRec::functions, WsExpressionRec::fval, WsExpressionRec::integer, WsUtf8StringRec::len, WsExpressionRec::line, WsExpressionRec::logical, WsListItemRec::next, WsListRec::num_items, WsFunctionRec::params, WsExpressionRec::postfix_var, WsCompilerRec::pragma_use_hash, WsExpressionRec::string, WsExpressionRec::symbol, tADDA, tANDA, tDIVA, tIDIVA, tLSHIFTA, tMULA, tORA, tREMA, tRSSHIFTA, tRSZSHIFTA, tSUBA, tXORA, WsExpressionRec::type, WsExpressionRec::u, WsExpressionRec::unary, WsExpressionRec::unary_var, WsPragmaUseRec::urlindex, WsNamespaceRec::vindex, WS_ASM_ADD, WS_ASM_ADD_ASG, WS_ASM_B_AND, WS_ASM_B_LSHIFT, WS_ASM_B_OR, WS_ASM_B_RSSHIFT, WS_ASM_B_RSZSHIFT, WS_ASM_B_XOR, ws_asm_branch(), ws_asm_call(), ws_asm_call_lib(), ws_asm_call_url(), WS_ASM_CONST_0, WS_ASM_CONST_1, WS_ASM_CONST_ES, WS_ASM_CONST_FALSE, WS_ASM_CONST_INVALID, WS_ASM_CONST_TRUE, WS_ASM_DECR_VAR, WS_ASM_DIV, WS_ASM_IDIV, ws_asm_ins(), ws_asm_label(), ws_asm_link(), ws_asm_load_const(), WS_ASM_MUL, WS_ASM_P_INCR_VAR, WS_ASM_P_JUMP, WS_ASM_P_LOAD_VAR, WS_ASM_P_STORE_VAR, WS_ASM_P_TJUMP, WS_ASM_POP, WS_ASM_REM, WS_ASM_SUB, WS_ASM_SUB_ASG, WS_ASM_TOBOOL, ws_asm_variable(), ws_bc_add_const_float(), ws_bc_add_const_int(), ws_bc_add_const_utf8_string(), ws_error_memory(), WS_EXPR_ASSIGN, WS_EXPR_BINARY, WS_EXPR_CALL, WS_EXPR_COMMA, WS_EXPR_CONDITIONAL, WS_EXPR_CONST_FALSE, WS_EXPR_CONST_FLOAT, WS_EXPR_CONST_INTEGER, WS_EXPR_CONST_INVALID, WS_EXPR_CONST_STRING, WS_EXPR_CONST_TRUE, WS_EXPR_LOGICAL, WS_EXPR_POSTFIX_VAR, WS_EXPR_SYMBOL, WS_EXPR_UNARY, WS_EXPR_UNARY_VAR, ws_fatal(), ws_function_hash(), ws_hash_get(), WS_INT32_MAX, ws_src_error(), ws_stdlib_function(), and ws_variable_lookup().
Referenced by linearize_variable_init(), and ws_stmt_linearize().
WsExpression* ws_expr_logical | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
int | type, | ||
WsExpression * | left, | ||
WsExpression * | right | ||
) |
Definition at line 941 of file wsstree.c.
References expr_alloc(), WsExpressionRec::logical, type, WsExpressionRec::u, and WS_EXPR_LOGICAL.
Referenced by yyparse().
WsExpression* ws_expr_postfix_var | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
WsBool | addp, | ||
char * | variable | ||
) |
Definition at line 1010 of file wsstree.c.
References expr_alloc(), WsCompilerRec::pool_stree, WsExpressionRec::postfix_var, WsExpressionRec::u, ws_error_memory(), WS_EXPR_POSTFIX_VAR, ws_f_strdup(), and ws_lexer_free_block().
Referenced by yyparse().
WsExpression* ws_expr_symbol | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
char * | identifier | ||
) |
Definition at line 1051 of file wsstree.c.
References expr_alloc(), WsCompilerRec::pool_stree, WsExpressionRec::symbol, WsExpressionRec::u, ws_error_memory(), WS_EXPR_SYMBOL, ws_f_strdup(), and ws_lexer_free_block().
Referenced by yyparse().
WsExpression* ws_expr_unary | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
int | type, | ||
WsExpression * | expression | ||
) |
Definition at line 971 of file wsstree.c.
References expr_alloc(), WsExpressionRec::integer, type, WsExpressionRec::type, WsExpressionRec::u, WsExpressionRec::unary, WS_ASM_UMINUS, WS_EXPR_CONST_INTEGER, and WS_EXPR_UNARY.
Referenced by yyparse().
WsExpression* ws_expr_unary_var | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
WsBool | addp, | ||
char * | variable | ||
) |
Definition at line 993 of file wsstree.c.
References expr_alloc(), WsCompilerRec::pool_stree, WsExpressionRec::u, WsExpressionRec::unary_var, ws_error_memory(), WS_EXPR_UNARY_VAR, ws_f_strdup(), and ws_lexer_free_block().
Referenced by yyparse().
WsFormalParm* ws_formal_parameter | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
char * | name | ||
) |
Definition at line 93 of file wsstree.c.
References parm::name, name, WsCompilerRec::pool_stree, ws_error_memory(), and ws_f_malloc().
Referenced by yyparse().
void ws_function | ( | WsCompiler * | compiler, |
WsBool | externp, | ||
char * | name, | ||
WsUInt32 | line, | ||
WsList * | params, | ||
WsList * | block | ||
) |
Definition at line 343 of file wsstree.c.
References WsFunctionRec::block, WsFunctionHashRec::defined, WsFunctionRec::externp, WsFunctionRec::findex, WsFunctionHashRec::findex, WsCompilerRec::functions, WsFunctionRec::line, WsFunctionRec::name, name, WsCompilerRec::num_extern_functions, WsCompilerRec::num_functions, WsCompilerRec::num_local_functions, WsFunctionRec::params, ws_error_memory(), ws_free(), ws_function_hash(), ws_realloc(), ws_src_error(), and WS_TRUE.
Referenced by yyparse().
WsFunctionHash* ws_function_hash | ( | WsCompilerPtr | compiler, |
char * | name | ||
) |
Definition at line 318 of file wsstree.c.
References WsCompilerRec::functions_hash, name, ws_calloc(), ws_error_memory(), ws_free(), ws_hash_get(), and ws_hash_put().
Referenced by compile_stream(), ws_expr_linearize(), ws_function(), and yyparse().
WsHashPtr ws_function_hash_create | ( | void | ) |
Definition at line 312 of file wsstree.c.
References function_hash_destructor(), and ws_hash_create().
Referenced by compile_stream().
void ws_list_append | ( | WsCompiler * | compiler, |
WsList * | list, | ||
void * | value | ||
) |
Definition at line 121 of file wsstree.c.
References WsListItemRec::data, WsListRec::head, WsListItemRec::next, WsListRec::num_items, WsCompilerRec::pool_stree, WsListRec::tail, ws_error_memory(), and ws_f_calloc().
Referenced by yyparse().
WsList* ws_list_new | ( | WsCompiler * | compiler | ) |
Definition at line 110 of file wsstree.c.
References WsCompilerRec::pool_stree, ws_error_memory(), and ws_f_calloc().
Referenced by yyparse().
WsPragmaMetaBody* ws_pragma_meta_body | ( | WsCompilerPtr | compiler, |
WsUtf8String * | property_name, | ||
WsUtf8String * | content, | ||
WsUtf8String * | scheme | ||
) |
Definition at line 271 of file wsstree.c.
References content, WsPragmaMetaBodyRec::content, WsPragmaMetaBodyRec::property_name, WsPragmaMetaBodyRec::scheme, ws_calloc(), and ws_error_memory().
Referenced by yyparse().
void ws_pragma_meta_body_free | ( | WsCompilerPtr | compiler, |
WsPragmaMetaBody * | mb | ||
) |
Definition at line 291 of file wsstree.c.
References WsPragmaMetaBodyRec::content, WsPragmaMetaBodyRec::property_name, WsPragmaMetaBodyRec::scheme, ws_free(), and ws_lexer_free_utf8().
Referenced by yyparse().
void ws_pragma_use | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
char * | identifier, | ||
WsUtf8String * | url | ||
) |
Definition at line 220 of file wsstree.c.
References WsCompilerRec::bc, Octstr::data, error(), Octstr::len, WsPragmaUseRec::line, WsCompilerRec::pragma_use_hash, url, WsPragmaUseRec::urlindex, ws_bc_add_const_utf8_string(), ws_calloc(), ws_error_memory(), ws_free(), ws_hash_get(), ws_hash_put(), ws_lexer_free_block(), ws_lexer_free_utf8(), and ws_src_error().
Referenced by yyparse().
WsHashPtr ws_pragma_use_hash_create | ( | void | ) |
Definition at line 214 of file wsstree.c.
References pragma_use_hash_destructor(), and ws_hash_create().
Referenced by compile_stream().
WsStatement* ws_stmt_block | ( | WsCompiler * | compiler, |
WsUInt32 | fline, | ||
WsUInt32 | lline, | ||
WsList * | block | ||
) |
Definition at line 1389 of file wsstree.c.
References WsStatementRec::block, stmt_alloc(), WsStatementRec::u, and WS_STMT_BLOCK.
Referenced by yyparse().
WsStatement* ws_stmt_break | ( | WsCompiler * | compiler, |
WsUInt32 | line | ||
) |
Definition at line 1485 of file wsstree.c.
References stmt_alloc(), and WS_STMT_BREAK.
Referenced by yyparse().
WsStatement* ws_stmt_continue | ( | WsCompiler * | compiler, |
WsUInt32 | line | ||
) |
Definition at line 1479 of file wsstree.c.
References stmt_alloc(), and WS_STMT_CONTINUE.
Referenced by yyparse().
WsStatement* ws_stmt_empty | ( | WsCompiler * | compiler, |
WsUInt32 | line | ||
) |
Definition at line 1413 of file wsstree.c.
References stmt_alloc(), and WS_STMT_EMPTY.
Referenced by yyparse().
WsStatement* ws_stmt_expr | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsExpression * | expr | ||
) |
Definition at line 1419 of file wsstree.c.
References WsStatementRec::expr, stmt_alloc(), WsStatementRec::u, and WS_STMT_EXPR.
Referenced by yyparse().
WsStatement* ws_stmt_for | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
WsList * | init, | ||
WsExpression * | e1, | ||
WsExpression * | e2, | ||
WsExpression * | e3, | ||
WsStatement * | stmt_body | ||
) |
Definition at line 1447 of file wsstree.c.
References init, WsStatementRec::s_for, stmt_alloc(), WsStatementRec::u, and WS_STMT_FOR.
Referenced by yyparse().
WsStatement* ws_stmt_if | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsExpression * | expr, | ||
WsStatement * | s_then, | ||
WsStatement * | s_else | ||
) |
Definition at line 1431 of file wsstree.c.
References WsStatementRec::s_if, stmt_alloc(), WsStatementRec::u, and WS_STMT_IF.
Referenced by yyparse().
void ws_stmt_linearize | ( | WsCompiler * | compiler, |
WsStatement * | stmt | ||
) |
Definition at line 1157 of file wsstree.c.
References WsStatementRec::block, WsCompilerRec::cont_break, WsListItemRec::data, WsStatementRec::expr, WsStatementRec::first_line, WsListRec::head, WsContBreakRec::l_break, WsContBreakRec::l_cont, WsStatementRec::last_line, linearize_variable_init(), WsListItemRec::next, WsContBreakRec::next, WsCompilerRec::pool_stree, WsStatementRec::s_for, WsStatementRec::s_if, WsStatementRec::s_while, WsStatementRec::type, WsStatementRec::u, WsStatementRec::var, ws_asm_branch(), ws_asm_ins(), ws_asm_label(), ws_asm_link(), WS_ASM_P_JUMP, WS_ASM_P_TJUMP, WS_ASM_POP, WS_ASM_RETURN, WS_ASM_RETURN_ES, ws_error_memory(), ws_expr_linearize(), ws_f_calloc(), ws_src_error(), WS_STMT_BLOCK, WS_STMT_BREAK, WS_STMT_CONTINUE, WS_STMT_EMPTY, WS_STMT_EXPR, WS_STMT_FOR, WS_STMT_IF, WS_STMT_RETURN, WS_STMT_VARIABLE, and WS_STMT_WHILE.
Referenced by compile_stream().
WsStatement* ws_stmt_return | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
WsExpression * | expr | ||
) |
Definition at line 1491 of file wsstree.c.
References WsStatementRec::expr, stmt_alloc(), WsStatementRec::u, and WS_STMT_RETURN.
Referenced by yyparse().
WsStatement* ws_stmt_variable | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
WsList * | variables | ||
) |
Definition at line 1401 of file wsstree.c.
References stmt_alloc(), WsStatementRec::u, WsStatementRec::var, and WS_STMT_VARIABLE.
Referenced by yyparse().
WsStatement* ws_stmt_while | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsExpression * | expr, | ||
WsStatement * | stmt_arg | ||
) |
Definition at line 1465 of file wsstree.c.
References WsStatementRec::s_while, stmt_alloc(), WsStatementRec::u, and WS_STMT_WHILE.
Referenced by yyparse().
WsVarDec* ws_variable_declaration | ( | WsCompilerPtr | compiler, |
char * | name, | ||
WsExpression * | expr | ||
) |
Definition at line 78 of file wsstree.c.
References WsVarDecRec::expr, name, WsVarDecRec::name, WsCompilerRec::pool_stree, ws_error_memory(), and ws_f_malloc().
Referenced by yyparse().
WsNamespace* ws_variable_define | ( | WsCompilerPtr | compiler, |
WsUInt32 | line, | ||
WsBool | variablep, | ||
char * | name | ||
) |
Definition at line 160 of file wsstree.c.
References WsNamespaceRec::line, name, WsCompilerRec::next_vindex, WsCompilerRec::variables_hash, WsNamespaceRec::vindex, ws_calloc(), ws_error_memory(), ws_free(), ws_hash_get(), ws_hash_put(), and ws_src_error().
Referenced by compile_stream(), and linearize_variable_init().
WsHashPtr ws_variable_hash_create | ( | void | ) |
Definition at line 154 of file wsstree.c.
References variable_hash_destructor(), and ws_hash_create().
Referenced by compile_stream().
WsNamespace* ws_variable_lookup | ( | WsCompilerPtr | compiler, |
char * | name | ||
) |
Definition at line 199 of file wsstree.c.
References name, WsCompilerRec::variables_hash, and ws_hash_get().
Referenced by ws_expr_linearize().