|
static void | __init_result_buf (void) |
|
static void | __init_tmp_buf (void) |
|
static void | __reg_module (void) |
|
static void | __unreg_module (void) |
|
static int | acf_strftime (struct ast_channel *chan, const char *cmd, char *parse, char *buf, size_t buflen) |
|
static int | acf_strptime (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen) |
|
static int | array (struct ast_channel *chan, const char *cmd, char *var, const char *value) |
|
struct ast_module * | AST_MODULE_SELF_SYM (void) |
|
static void | clearvar_prefix (struct ast_channel *chan, const char *prefix) |
|
static int | csv_quote (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len) |
|
static int | exec_clearhash (struct ast_channel *chan, const char *data) |
|
static int | filter (struct ast_channel *chan, const char *cmd, char *parse, char *buf, size_t len) |
|
static int | function_eval (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen) |
|
static int | function_eval2 (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t buflen) |
|
static int | function_fieldnum (struct ast_channel *chan, const char *cmd, char *parse, char *buf, size_t len) |
|
static int | function_fieldnum_helper (struct ast_channel *chan, const char *cmd, char *parse, char *buf, struct ast_str **sbuf, ssize_t len) |
|
static int | function_fieldnum_str (struct ast_channel *chan, const char *cmd, char *parse, struct ast_str **buf, ssize_t len) |
|
static int | function_fieldqty (struct ast_channel *chan, const char *cmd, char *parse, char *buf, size_t len) |
|
static int | function_fieldqty_helper (struct ast_channel *chan, const char *cmd, char *parse, char *buf, struct ast_str **sbuf, ssize_t len) |
|
static int | function_fieldqty_str (struct ast_channel *chan, const char *cmd, char *parse, struct ast_str **buf, ssize_t len) |
|
static int | function_ltrim (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len) |
|
static int | function_rtrim (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len) |
|
static int | function_trim (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len) |
|
static const char * | get_key (const struct ast_str *prefix, const struct ast_var_t *var) |
|
static int | hash_read (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len) |
|
static int | hash_write (struct ast_channel *chan, const char *cmd, char *var, const char *value) |
|
static int | hashkeys_read (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len) |
|
static int | hashkeys_read2 (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len) |
|
static int | keypadhash (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen) |
|
static int | len (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen) |
|
static int | listfilter (struct ast_channel *chan, const char *cmd, char *parse, char *buf, struct ast_str **bufstr, ssize_t len) |
|
static int | listfilter_read (struct ast_channel *chan, const char *cmd, char *parse, char *buf, size_t len) |
|
static int | listfilter_read2 (struct ast_channel *chan, const char *cmd, char *parse, struct ast_str **buf, ssize_t len) |
|
static int | load_module (void) |
|
static int | passthru (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len) |
|
static int | quote (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len) |
|
static int | regex (struct ast_channel *chan, const char *cmd, char *parse, char *buf, size_t len) |
|
static int | replace (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len) |
|
static int | shift_pop (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len) |
|
static int | strbetween (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len) |
|
static int | string_tolower (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen) |
|
static int | string_tolower2 (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t buflen) |
|
static int | string_toupper (struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen) |
|
static int | string_toupper2 (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t buflen) |
|
static int | strreplace (struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len) |
|
static int | unload_module (void) |
|
static int | unshift_push (struct ast_channel *chan, const char *cmd, char *data, const char *new_value) |
|
|
static struct ast_module_info | __mod_info = { .name = AST_MODULE, .flags = AST_MODFLAG_LOAD_ORDER , .description = "String handling dialplan functions" , .key = "This paragraph is copyright (c) 2006 by Digium, Inc. \In order for your module to load, it must return this \key via a function called \"key\". Any code which \includes this paragraph must be licensed under the GNU \General Public License version 2 or later (at your \option). In addition to Digium's general reservations \of rights, Digium expressly reserves the right to \allow other parties to license this paragraph under \different terms. Any use of Digium, Inc. trademarks or \logos (including \"Asterisk\" or \"Digium\") without \express written permission of Digium, Inc. is prohibited.\n" , .buildopt_sum = "da6642af068ee5e6490c5b1d2cc1d238" , .load = load_module, .unload = unload_module, .load_pri = AST_MODPRI_DEFAULT, .support_level = AST_MODULE_SUPPORT_CORE, } |
|
static char * | app_clearhash = "ClearHash" |
|
static struct ast_custom_function | array_function |
|
static const struct ast_module_info * | ast_module_info = &__mod_info |
|
static struct ast_custom_function | csv_quote_function |
|
static struct ast_custom_function | eval_function |
|
static struct ast_custom_function | fieldnum_function |
|
static struct ast_custom_function | fieldqty_function |
|
static struct ast_custom_function | filter_function |
|
static struct ast_custom_function | hash_function |
|
static struct ast_custom_function | hashkeys_function |
|
static struct ast_custom_function | keypadhash_function |
|
static struct ast_custom_function | len_function |
|
static struct ast_custom_function | listfilter_function |
|
static struct ast_custom_function | ltrim_function |
|
static struct ast_custom_function | passthru_function |
|
static struct ast_custom_function | pop_function |
|
static struct ast_custom_function | push_function |
|
static struct ast_custom_function | quote_function |
|
static struct ast_custom_function | regex_function |
|
static struct ast_custom_function | replace_function |
|
static struct ast_threadstorage | result_buf = { .once = PTHREAD_ONCE_INIT , .key_init = __init_result_buf , .custom_init = NULL , } |
|
static struct ast_custom_function | rtrim_function |
|
static struct ast_custom_function | shift_function |
|
static struct ast_custom_function | strbetween_function |
|
static struct ast_custom_function | strftime_function |
|
static struct ast_custom_function | strptime_function |
|
static struct ast_custom_function | strreplace_function |
|
static struct ast_threadstorage | tmp_buf = { .once = PTHREAD_ONCE_INIT , .key_init = __init_tmp_buf , .custom_init = NULL , } |
|
static struct ast_custom_function | tolower_function |
|
static struct ast_custom_function | toupper_function |
|
static struct ast_custom_function | trim_function |
|
static struct ast_custom_function | unshift_function |
|
String manipulation dialplan functions.
- Author
- Tilghman Lesher
-
Anthony Minessale II
-
Naveen Albert
Definition in file func_strings.c.