Data Fields | |
char * | data |
int | eval |
struct { | |
ast_sw * next | |
} | list |
char * | name |
const char * | registrar |
char | stuff [0] |
Definition at line 145 of file pbx.c.
char* data |
Data load
Definition at line 148 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), and ast_get_switch_data().
int eval |
struct { ... } list |
Referenced by ast_context_remove_switch2(), ast_walk_context_switches(), pbx_findapp(), and pbx_findswitch().
char* name |
Definition at line 146 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), and ast_get_switch_name().
const char* registrar |
Registrar
Definition at line 147 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), and ast_get_switch_registrar().
char stuff[0] |