Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
struct { | |
struct feature_group_exten * next | |
} | entry |
const ast_string_field | exten |
struct ast_call_feature * | feature |
Definition at line 395 of file features.c.
struct ast_string_field_mgr __field_mgr [read] |
Definition at line 399 of file features.c.
struct ast_string_field_pool* __field_mgr_pool [read] |
Definition at line 399 of file features.c.
struct { ... } entry |
const ast_string_field exten |
Definition at line 399 of file features.c.
Referenced by feature_interpret_helper(), handle_feature_show(), and register_group_feature().
struct ast_call_feature* feature [read] |
Definition at line 400 of file features.c.
Referenced by feature_interpret_helper(), handle_feature_show(), register_group_feature(), and set_config_flags().
struct feature_group_exten* next [read] |
Definition at line 396 of file features.c.