Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
const struct ast_category * | inst |
char | name [80] |
struct { | |
struct ast_category_template_instance * next | |
} | next |
Definition at line 219 of file main/config.c.
const struct ast_category* inst |
Definition at line 221 of file main/config.c.
Referenced by ast_category_inherit(), and ast_config_text_file_save2().
char name[80] |
Definition at line 220 of file main/config.c.
Referenced by ast_category_inherit(), ast_config_text_file_save2(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().
struct ast_category_template_instance* next |
Definition at line 222 of file main/config.c.
struct { ... } next |