|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| char | context [AST_MAX_CONTEXT+1] |
| struct { | |
| struct directory_item * next | |
| } | entry |
| char | exten [AST_MAX_EXTENSION+1] |
| char | key [50] |
| char | name [AST_MAX_EXTENSION+1] |
Definition at line 167 of file app_directory.c.
| char context[AST_MAX_CONTEXT+1] |
Definition at line 170 of file app_directory.c.
Referenced by check_match(), select_entry(), select_item_menu(), and select_item_seq().
| struct { ... } entry |
| char exten[AST_MAX_EXTENSION+1] |
Definition at line 168 of file app_directory.c.
Referenced by check_match(), do_directory(), select_entry(), select_item_menu(), and select_item_seq().
| char key[50] |
Definition at line 171 of file app_directory.c.
Referenced by check_match(), and sort_items().
| char name[AST_MAX_EXTENSION+1] |
Definition at line 169 of file app_directory.c.
Referenced by check_match(), do_directory(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), search_directory_sub(), select_entry(), select_item_menu(), and select_item_seq().
| struct directory_item* next |
Definition at line 173 of file app_directory.c.
1.8.13