|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <ael_structs.h>

Data Fields | |
| int | checked_switch |
| char * | cidmatch |
| struct ast_context * | context |
| int | has_switch |
| char * | hints |
| int | is_switch |
| struct ael_priority * | loop_break |
| struct ael_priority * | loop_continue |
| char * | name |
| struct ael_extension * | next_exten |
| struct ael_priority * | plist |
| struct ael_priority * | plist_last |
| int | regexten |
| int | return_needed |
| struct ael_priority * | return_target |
Definition at line 103 of file ael_structs.h.
| int checked_switch |
Definition at line 111 of file ael_structs.h.
Referenced by gen_prios().
| char* cidmatch |
Definition at line 106 of file ael_structs.h.
Referenced by add_extensions(), and ast_compile_ael2().
| struct ast_context* context |
Definition at line 113 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), context_used(), and gen_prios().
| int has_switch |
Definition at line 110 of file ael_structs.h.
Referenced by gen_prios(), and linkprio().
| char* hints |
Definition at line 107 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), and destroy_extensions().
| int is_switch |
Definition at line 109 of file ael_structs.h.
Referenced by gen_prios(), and set_priorities().
| struct ael_priority* loop_break |
set by latest loop for breaks
Definition at line 119 of file ael_structs.h.
Referenced by destroy_extensions(), and gen_prios().
| struct ael_priority* loop_continue |
set by lastest loop for continuing
Definition at line 120 of file ael_structs.h.
Referenced by destroy_extensions(), and gen_prios().
| char* name |
Definition at line 105 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), destroy_extensions(), fix_gotos_in_extensions(), gen_prios(), PathSegment::get_child(), and SwaggerType::load().
| struct ael_extension* next_exten |
Definition at line 117 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), attach_exten(), context_used(), destroy_extensions(), fix_gotos_in_extensions(), linkexten(), and set_priorities().
| struct ael_priority* plist |
Definition at line 115 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), fix_gotos_in_extensions(), linkprio(), and set_priorities().
| struct ael_priority* plist_last |
Definition at line 116 of file ael_structs.h.
Referenced by ast_compile_ael2(), destroy_extensions(), and linkprio().
| int regexten |
Definition at line 108 of file ael_structs.h.
Referenced by ast_compile_ael2(), and set_priorities().
| int return_needed |
Definition at line 122 of file ael_structs.h.
Referenced by ast_compile_ael2(), and gen_prios().
| struct ael_priority* return_target |
Definition at line 121 of file ael_structs.h.