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


Go to the source code of this file.
Enumerations | |
| enum | _tr__txt_type { TR_TXT_NONE = 0, TR_TXT_RE } |
| enum | _tr_s_subtype { TR_TXT_RE_NONE = 0, TR_TXT_RE_SUBST } |
Functions | |
| char * | tr_txt_parse_re (str *in, trans_t *tr) |
| enum _tr__txt_type |
$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
| enum _tr_s_subtype |
Definition at line 94 of file txt_var.c.
References _tr_param::data, is_in_str, _str::len, LM_ERR, _trans::name, NULL, _trans::params, pkg_free, pkg_malloc, _str::s, subst_expr_free(), subst_parser(), _trans::subtype, TR_LBRACKET, TR_PARAM_MARKER, TR_PARAM_SUBST, TR_RBRACKET, tr_txt_eval_re(), TR_TXT_RE, TR_TXT_RE_SUBST, _trans::trf, trim(), _tr_param::type, _trans::type, and _tr_param::v.
1.5.6