|
Asterisk - The Open Source Telephony Project
18.5.0
|
ast_sw: Switch statement in extensions.conf More...

Data Fields | |
| const char * | data |
| char * | data |
| int | eval |
| struct { | |
| struct ast_sw * next | |
| } | list |
| struct { | |
| struct ast_sw * next | |
| } | list |
| struct { | |
| struct ast_sw * next | |
| } | list |
| const char * | name |
| char * | name |
| const char * | registrar |
| char | stuff [0] |
| char * | tmpdata |
| char * data |
Data load
Definition at line 42 of file pbx_sw.c.
Referenced by ast_context_add_switch2(), ast_get_switch_data(), pbx_find_extension(), and sw_alloc().
| char* data |
Data load
Definition at line 159 of file conf2ael.c.
| int eval |
Definition at line 43 of file pbx_sw.c.
Referenced by ast_context_add_switch2(), ast_get_switch_eval(), pbx_find_extension(), and sw_alloc().
| struct { ... } list |
Referenced by ast_context_add_switch2(), and ast_walk_context_switches().
| struct { ... } list |
| struct { ... } list |
| char * name |
Definition at line 38 of file pbx_sw.c.
Referenced by ast_context_add_switch2(), ast_get_switch_name(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), main(), pbx_find_extension(), and sw_alloc().
| char* name |
Definition at line 157 of file conf2ael.c.
| const char * registrar |
Registrar
Definition at line 40 of file pbx_sw.c.
Referenced by ast_context_add_switch2(), ast_get_switch_registrar(), and sw_alloc().
| char stuff |
Definition at line 45 of file pbx_sw.c.
Referenced by ast_context_add_switch2(), and sw_alloc().
| char * tmpdata |
Definition at line 162 of file conf2ael.c.
Referenced by ast_context_add_switch2(), and pbx_find_extension().
1.8.13