#include <stdlib.h>
#include <string.h>
#include <asterisk/chanvars.h>
#include <asterisk/logger.h>
Include dependency graph for chanvars.c:
Go to the source code of this file.
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().
|