#include "../../str.h"#include "../../sr_module.h"


Go to the source code of this file.
Data Structures | |
| struct | textops_binds |
Typedefs | |
| typedef int(* | append_hf_t )(struct sip_msg *, str *) |
| typedef int(* | load_textops_f )(struct textops_binds *) |
| typedef int(* | remove_hf_t )(struct sip_msg *, str *) |
| typedef int(* | search_append_t )(struct sip_msg *, str *, str *) |
| typedef int(* | search_t )(struct sip_msg *, str *) |
Functions | |
| int | load_textops (struct textops_binds *) |
| static int | load_textops_api (struct textops_binds *tob) |
| typedef int(* append_hf_t)(struct sip_msg *, str *) |
Definition at line 32 of file textops/api.h.
| typedef int(* load_textops_f)(struct textops_binds *) |
Definition at line 47 of file textops/api.h.
| typedef int(* remove_hf_t)(struct sip_msg *, str *) |
Definition at line 33 of file textops/api.h.
| typedef int(* search_append_t)(struct sip_msg *, str *, str *) |
Definition at line 34 of file textops/api.h.
Definition at line 35 of file textops/api.h.
| int load_textops | ( | struct textops_binds * | ) |
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().
| static int load_textops_api | ( | struct textops_binds * | tob | ) | [inline, static] |
1.5.6