Data Fields | |
ast_string_field_mgr | __field_mgr |
ast_string_field_pool * | __field_mgr_pool |
struct { | |
feature_group_exten * next | |
} | entry |
const ast_string_field | exten |
ast_call_feature * | feature |
Definition at line 72 of file features.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 76 of file features.c.
Definition at line 76 of file features.c.
struct { ... } entry |
Referenced by ast_unregister_groups(), feature_interpret_helper(), find_group(), register_group(), and register_group_feature().
const ast_string_field exten |
struct ast_call_feature* feature |
Definition at line 77 of file features.c.
Referenced by ast_feature_detect(), ast_feature_interpret(), ast_register_feature(), ast_unregister_feature(), ast_unregister_features(), feature_exec_app(), feature_interpret_helper(), register_group_feature(), set_bridge_features_on_config(), and set_config_flags().
struct feature_group_exten* next |
Definition at line 73 of file features.c.