#include "../../pvar.h"


Go to the source code of this file.
Functions | |
| int | exec_avp (struct sip_msg *msg, char *cmd, pvname_list_p avpl) |
| int | exec_msg (struct sip_msg *msg, char *cmd) |
| int | exec_str (struct sip_msg *msg, char *cmd, char *param, int param_len) |
| int exec_avp | ( | struct sip_msg * | msg, | |
| char * | cmd, | |||
| pvname_list_p | avpl | |||
| ) |
Definition at line 204 of file exec.c.
References add_avp(), AVP_VAL_STR, E_EXEC, _str::len, LM_DBG, LM_ERR, MAX_URI_SIZE, int_str::n, _pvname_list::next, NULL, pv_get_avp_name(), _pv_spec::pvp, int_str::s, _str::s, ser_error, and _pvname_list::sname.
Referenced by w_exec_avp().
| int exec_msg | ( | struct sip_msg * | msg, | |
| char * | cmd | |||
| ) |
Definition at line 52 of file exec.c.
References sip_msg::buf, E_EXEC, sip_msg::len, LM_ERR, NULL, and ser_error.
Referenced by w_exec_msg().
| int exec_str | ( | struct sip_msg * | msg, | |
| char * | cmd, | |||
| char * | param, | |||
| int | param_len | |||
| ) |
Definition at line 92 of file exec.c.
References append_branch(), do_action(), E_EXEC, E_OUT_OF_MEM, action::elem, _str::len, LM_DBG, LM_ERR, MAX_URI_SIZE, NULL, pkg_free, pkg_malloc, Q_UNSPECIFIED, _str::s, ser_error, SET_URI_T, action_elem_::string, STRING_ST, action_elem_::type, action::type, and action_elem_::u.
Referenced by w_exec_dset().
1.5.6