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 849 of file pbx.c.
Referenced by ast_add_extension2_lockopt(), ast_context_add_switch2(), ast_context_remove_switch2(), ast_extension_state_add_destroy(), ast_get_switch_data(), 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 850 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 847 of file pbx.c.
Referenced by ast_async_goto(), 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 851 of file pbx.c.
Referenced by __ast_context_destroy(), and ast_merge_contexts_and_delete().
| const char* registrar |
Registrar
Definition at line 848 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 852 of file pbx.c.
Referenced by ast_context_add_switch2().