
Data Fields | |
| struct ast_category * | current |
| int | include_level |
| struct ast_config_include * | includes |
| struct ast_category * | last |
| struct ast_category * | last_browse |
| int | max_include_level |
| struct ast_category * | root |
| struct ast_category* current |
Definition at line 229 of file config.c.
Referenced by ast_category_append(), ast_config_get_current_category(), and ast_config_set_current_category().
| int include_level |
Definition at line 231 of file config.c.
Referenced by ast_category_append(), process_text_line(), config_text_file_load(), and ast_config_internal_load().
| struct ast_config_include* includes |
a list of inclusions, which should describe the entire tree
Definition at line 233 of file config.c.
Referenced by ast_include_new(), ast_include_rename(), ast_include_find(), ast_config_destroy(), and ast_config_text_file_save().
| struct ast_category* last |
Last config category in the list.
Definition at line 228 of file config.c.
Referenced by ast_category_append(), and ast_category_delete().
| struct ast_category* last_browse |
used to cache the last category supplied via category_browse
Definition at line 230 of file config.c.
Referenced by ast_variable_browse(), and ast_category_browse().
Definition at line 232 of file config.c.
Referenced by ast_config_new(), read_config_maps(), and ast_config_internal_load().
| struct ast_category* root |
First config category in the list.
Definition at line 226 of file config.c.
Referenced by ast_include_rename(), ast_variable_retrieve(), category_get(), ast_category_append(), ast_category_insert(), ast_category_browse(), ast_category_delete(), ast_category_empty(), ast_config_destroy(), and ast_config_text_file_save().