Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 189 of file app_directory.c.
char context[AST_MAX_CONTEXT+1] |
Definition at line 192 of file app_directory.c.
struct { ... } entry |
char exten[AST_MAX_EXTENSION+1] |
Definition at line 190 of file app_directory.c.
Referenced by do_directory().
char key[50] |
Definition at line 193 of file app_directory.c.
Referenced by check_match(), and sort_items().
char name[AST_MAX_EXTENSION+1] |
Definition at line 191 of file app_directory.c.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().
struct directory_item* next |
Definition at line 195 of file app_directory.c.