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


Go to the source code of this file.
Functions | |
| int | pv_get_t_var_req (struct sip_msg *msg, pv_param_t *param, pv_value_t *res) |
| int | pv_get_t_var_rpl (struct sip_msg *msg, pv_param_t *param, pv_value_t *res) |
| int | pv_parse_t_var_name (pv_spec_p sp, str *in) |
| int pv_get_t_var_req | ( | struct sip_msg * | msg, | |
| pv_param_t * | param, | |||
| pv_value_t * | res | |||
| ) |
$Id$
Copyright (C) 2008 Elena-Ramona Modroiu (asipto.com)
This file is part of kamailio, a free SIP server.
openser is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
openser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 207 of file t_var.c.
References _pv_treq, _pv_name::dname, NULL, pv_alter_context, pv_get_null(), pv_get_spec_value(), pv_t_update_req(), _pv_param::pvn, and _pv_name::u.
| int pv_get_t_var_rpl | ( | struct sip_msg * | msg, | |
| pv_param_t * | param, | |||
| pv_value_t * | res | |||
| ) |
Definition at line 222 of file t_var.c.
References _pv_trpl, _pv_name::dname, NULL, pv_alter_context, pv_get_null(), pv_get_spec_value(), pv_t_update_rpl(), _pv_param::pvn, and _pv_name::u.
Definition at line 237 of file t_var.c.
References _pv_name::dname, _str::len, LM_ERR, NULL, pkg_free, pkg_malloc, PV_NAME_PVAR, pv_parse_spec(), _pv_param::pvn, _pv_spec::pvp, _str::s, _pv_name::type, and _pv_name::u.
1.5.6