ast_sw: Switch statement in extensions.conf More...
Data Fields | |
char * | data |
int | eval |
struct { | |
struct ast_sw * next | |
} | list |
char * | name |
const char * | registrar |
char | stuff [0] |
char* data |
Data load
Definition at line 804 of file pbx.c.
Referenced by ast_add_extension2_lockopt(), ast_context_add_switch2(), ast_context_remove_switch2(), ast_extension_state_add(), ast_get_switch_data(), ast_merge_contexts_and_delete(), ast_pbx_run_app(), async_wait(), exception_store_free(), pbx_builtin_incomplete(), pbx_builtin_setvar_multiple(), pbx_exec(), pbx_find_extension(), and pbx_thread().
int eval |
Definition at line 805 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_get_switch_eval(), and pbx_find_extension().
struct { ... } list |
char* name |
Definition at line 802 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), ast_get_switch_name(), pbx_builtin_importvar(), pbx_builtin_setvar(), pbx_builtin_setvar_helper(), and pbx_find_extension().
Definition at line 806 of file pbx.c.
Referenced by __ast_context_destroy(), and ast_merge_contexts_and_delete().
const char* registrar |
Registrar
Definition at line 803 of file pbx.c.
Referenced by __ast_context_destroy(), ast_add_extension2_lockopt(), ast_context_add_ignorepat2(), ast_context_add_include2(), ast_context_add_switch2(), ast_context_remove_switch2(), ast_get_switch_registrar(), and context_merge_incls_swits_igps_other_registrars().
char stuff[0] |
Definition at line 807 of file pbx.c.
Referenced by ast_context_add_switch2().