#include <asterisk/linkedlists.h>Include dependency graph for chanvars.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | ast_var_t |
Functions | |
| ast_var_t * | ast_var_assign (char *name, char *value) |
| void | ast_var_delete (struct ast_var_t *var) |
| char * | ast_var_name (struct ast_var_t *var) |
| char * | ast_var_value (struct ast_var_t *var) |
|
||||||||||||
|
Definition at line 20 of file chanvars.c. References ast_log(), free, LOG_WARNING, and malloc. Referenced by ast_channel_alloc(), and pbx_builtin_setvar_helper().
|
|
|
Definition at line 61 of file chanvars.c. References free, ast_var_t::name, and ast_var_t::value. Referenced by ast_channel_free(), pbx_builtin_clear_globals(), and pbx_builtin_setvar_helper().
|
|
|
Definition at line 71 of file chanvars.c. References ast_var_t::name. Referenced by pbx_builtin_getvar_helper(), and pbx_builtin_setvar_helper().
|
|
|
Definition at line 76 of file chanvars.c. References ast_var_t::value. Referenced by pbx_builtin_getvar_helper().
|
1.3.7