Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
WsBool | ws_stdlib_function (const char *library, const char *function, WsUInt16 *lindex_return, WsUInt8 *findex_return, WsUInt8 *num_args_return, WsBool *lindex_found_return, WsBool *findex_found_return) |
WsBool | ws_stdlib_function_name (WsUInt16 lindex, WsUInt8 findex, const char **library_return, const char **function_return) |
WsBool ws_stdlib_function | ( | const char * | library, |
const char * | function, | ||
WsUInt16 * | lindex_return, | ||
WsUInt8 * | findex_return, | ||
WsUInt8 * | num_args_return, | ||
WsBool * | lindex_found_return, | ||
WsBool * | findex_found_return | ||
) |
Definition at line 341 of file wsstdlib.c.
References WsStdLibFuncRegRec::function_id, WsStdLibRegRec::functions, libraries, WsStdLibRegRec::library_id, WsStdLibRegRec::name, name, WsStdLibFuncRegRec::num_args, WsStdLibRegRec::num_functions, WS_FALSE, and WS_TRUE.
Referenced by ws_expr_linearize().
WsBool ws_stdlib_function_name | ( | WsUInt16 | lindex, |
WsUInt8 | findex, | ||
const char ** | library_return, | ||
const char ** | function_return | ||
) |
Definition at line 375 of file wsstdlib.c.
References WsStdLibRegRec::functions, libraries, WsStdLibRegRec::library_id, WsStdLibFuncRegRec::name, WsStdLibRegRec::name, WsStdLibRegRec::num_functions, WS_FALSE, and WS_TRUE.
Referenced by ws_asm_dasm(), and ws_asm_print().