| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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 192 of file app_directory.c.
| char context[AST_MAX_CONTEXT+1] | 
Definition at line 195 of file app_directory.c.
Referenced by do_directory(), search_directory(), and search_directory_sub().
| struct { ... } entry | 
Referenced by do_directory(), and search_directory_sub().
| char exten[AST_MAX_EXTENSION+1] | 
Definition at line 193 of file app_directory.c.
Referenced by do_directory().
| char key[50] | 
Definition at line 196 of file app_directory.c.
Referenced by check_match(), and sort_items().
| char name[AST_MAX_EXTENSION+1] | 
Definition at line 194 of file app_directory.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| struct directory_item* next | 
Definition at line 198 of file app_directory.c.