#include "route_struct.h"#include "parser/msg_parser.h"#include <setjmp.h>Go to the source code of this file.
Data Structures | |
| struct | run_act_ctx |
Defines | |
| #define | USE_LONGJMP |
| #define | init_run_actions_ctx(ph) |
Functions | |
| int | do_action (struct run_act_ctx *c, struct action *a, struct sip_msg *msg) |
| int | run_actions (struct run_act_ctx *c, struct action *a, struct sip_msg *msg) |
|
|
Value: do{\ (ph)->rec_lev=(ph)->run_flags=(ph)->last_retcode=0; \ }while(0) Definition at line 54 of file action.h. Referenced by attr2uri(), cpl_proxy_to_loc_set(), dbops_foreach_func(), em_receive_request(), eval_stack_oper_func(), eval_while_func(), eval_while_stack_func(), exec_str(), next_contacts(), next_gw(), ops_pushto_avp(), prefix_route(), print_uac_request(), receive_msg(), reply_received(), run_failure_handlers(), run_onsend(), subst_user_f(), t_continue(), timer_handler(), and update_new_uri(). |
|
|
|
|
||||||||||||||||
|
||||||||||||||||
|
Definition at line 1034 of file action.c. References DBG, do_action(), sr_module::exports, run_act_ctx::jmp_env, L_ERR, run_act_ctx::last_retcode, LOG, module_exports::name, sr_module::next, action::next, module_exports::onbreak_f, run_act_ctx::rec_lev, RETURN_R_F, and run_act_ctx::run_flags. Referenced by cpl_proxy_to_loc_set(), dbops_foreach_func(), do_action(), em_receive_request(), eval_elem(), eval_while_func(), eval_while_stack_func(), prefix_route(), print_uac_request(), receive_msg(), reply_received(), run_failure_handlers(), run_onsend(), t_continue(), and timer_handler(). |
1.3.9.1