#include "api.h"#include "textops.h"#include "../../mod_fix.h"#include "../../mem/mem.h"

Go to the source code of this file.
Functions | |
| int | append_hf_api (struct sip_msg *msg, str *str_hf) |
| int | load_textops (struct textops_binds *tob) |
| int | remove_hf_api (struct sip_msg *msg, str *str_hf) |
| int | search_api (struct sip_msg *msg, str *regex) |
| int | search_append_api (struct sip_msg *msg, str *regex, str *data_str) |
Definition at line 36 of file textops/api.c.
References add_hf_helper(), and NULL.
Referenced by load_textops().
| int load_textops | ( | struct textops_binds * | tob | ) |
Definition at line 104 of file textops/api.c.
References textops_binds::append_hf, append_hf_api(), LM_WARN, NULL, textops_binds::remove_hf, remove_hf_api(), textops_binds::search, search_api(), textops_binds::search_append, and search_append_api().
Definition at line 44 of file textops/api.c.
References NULL, and remove_hf_f().
Referenced by load_textops().
Definition at line 82 of file textops/api.c.
References fixup_free_regexp_none(), fixup_regexp_none(), _str::len, NULL, pkg_free, pkg_malloc, _str::s, and search_f().
Referenced by load_textops().
Definition at line 54 of file textops/api.c.
References fixup_free_regexp_none(), fixup_regexp_none(), _str::len, pkg_free, pkg_malloc, _str::s, and search_append_f().
Referenced by load_textops().
1.5.6