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] |
ast_sw: Switch statement in extensions.conf
| char* data |
Data load
Definition at line 848 of file pbx.c.
Referenced by pbx_exec(), pbx_find_extension(), exception_store_free(), handle_statechange(), ast_extension_state_add(), pbx_thread(), ast_context_remove_switch2(), ast_context_add_switch2(), ast_add_extension2_lockopt(), async_wait(), ast_pbx_run_app(), pbx_builtin_incomplete(), pbx_builtin_setvar_multiple(), and ast_get_switch_data().
| int eval |
Definition at line 849 of file pbx.c.
Referenced by pbx_find_extension(), ast_context_add_switch2(), and ast_get_switch_eval().
| struct { ... } list |
| char* name |
Definition at line 846 of file pbx.c.
Referenced by pbx_find_extension(), ast_context_remove_switch2(), ast_context_add_switch2(), ast_async_goto(), pbx_builtin_setvar_helper(), pbx_builtin_setvar(), pbx_builtin_importvar(), and ast_get_switch_name().
Definition at line 850 of file pbx.c.
Referenced by ast_merge_contexts_and_delete(), and __ast_context_destroy().
| const char* registrar |
Registrar
Definition at line 847 of file pbx.c.
Referenced by ast_context_remove_switch2(), context_merge_incls_swits_igps_other_registrars(), ast_context_add_include2(), ast_context_add_switch2(), ast_context_add_ignorepat2(), ast_add_extension2_lockopt(), __ast_context_destroy(), and ast_get_switch_registrar().
| char stuff[0] |
Definition at line 851 of file pbx.c.
Referenced by ast_context_add_switch2().