#include "../../mod_fix.h"


Go to the source code of this file.
Functions | |
| int | add_hf_helper (struct sip_msg *msg, str *str1, str *str2, gparam_p hfval, int mode, gparam_p hfanc) |
| int | remove_hf_f (struct sip_msg *msg, char *str_hf, char *foo) |
| int | search_append_f (struct sip_msg *, char *, char *) |
| int | search_f (struct sip_msg *, char *, char *) |
| int add_hf_helper | ( | struct sip_msg * | msg, | |
| str * | str1, | |||
| str * | str2, | |||
| gparam_p | hfval, | |||
| int | mode, | |||
| gparam_p | hfanc | |||
| ) |
Definition at line 1335 of file textops.c.
References anchor_lump(), sip_msg::buf, cmp_hdrname_str(), fixup_get_svalue(), GPARAM_TYPE_INT, HDR_EOH_F, sip_msg::headers, insert_new_lump_before(), _gparam::ival, hdr_field::len, _str::len, len, LM_ERR, hdr_field::name, hdr_field::next, NULL, parse_headers(), pkg_free, pkg_malloc, REQ_LINE, _str::s, s, _gparam::sval, hdr_field::type, _gparam::type, sip_msg::unparsed, and _gparam::v.
Referenced by append_hf_1(), append_hf_2(), append_hf_api(), append_urihf(), insert_hf_1(), and insert_hf_2().
| int remove_hf_f | ( | struct sip_msg * | msg, | |
| char * | str_hf, | |||
| char * | foo | |||
| ) |
Definition at line 899 of file textops.c.
References sip_msg::buf, cmp_hdrname_str(), del_lump(), GPARAM_TYPE_INT, HDR_EOH_F, sip_msg::headers, _gparam::ival, hdr_field::len, _str::len, LM_ERR, hdr_field::name, hdr_field::next, parse_headers(), _str::s, _gparam::sval, hdr_field::type, _gparam::type, and _gparam::v.
Referenced by remove_hf_api().
| int search_append_f | ( | struct sip_msg * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 312 of file textops.c.
References anchor_lump(), sip_msg::buf, get_header(), insert_new_lump_after(), len, LM_ERR, pkg_free, pkg_malloc, and s.
Referenced by search_append_api().
| int search_f | ( | struct sip_msg * | , | |
| char * | , | |||
| char * | ||||
| ) |
1.5.6