Data Fields | |
char * | data |
int | eval |
char * | name |
ast_sw * | next |
const char * | registrar |
char | stuff [0] |
char * | tmpdata |
Definition at line 138 of file pbx.c.
char* data |
Definition at line 141 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), and ast_get_switch_data().
int eval |
char* name |
Definition at line 139 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), and ast_get_switch_name().
Definition at line 143 of file pbx.c.
Referenced by __ast_context_destroy(), ast_context_add_switch2(), ast_context_remove_switch2(), and ast_walk_context_switches().
const char* registrar |
Definition at line 140 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), and ast_get_switch_registrar().
char stuff[0] |
char* tmpdata |