Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 |
const char * | name |
char * | name |
const char * | registrar |
char | stuff [0] |
char * | tmpdata |
const char* data |
Data load
Definition at line 42 of file pbx_sw.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), ast_get_switch_data(), localized_context_add_switch2(), and sw_alloc().
int eval |
Definition at line 43 of file pbx_sw.c.
Referenced by ast_context_add_switch2(), ast_get_switch_eval(), localized_context_add_switch2(), and sw_alloc().
struct { ... } list |
Referenced by ast_context_add_switch2(), and ast_walk_context_switches().
struct { ... } list |
const 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(), Property::load(), SwaggerType::load(), and sw_alloc().
char* name |
Definition at line 2376 of file extconf.c.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().
struct ast_sw* next |
Definition at line 44 of file pbx_sw.c.
Referenced by __ast_context_destroy(), and ast_walk_context_switches().
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 2381 of file extconf.c.
Referenced by ast_context_add_switch2().