The filter node. More...
Data Structures | |
struct | glob_list_t |
glob list More... | |
Data Fields | |
struct ao2_container * | children |
node childrens. More... | |
struct data_filter::glob_list_t | glob_list |
struct { | |
struct data_filter * next | |
} | list |
glob list entry More... | |
char | name [0] |
node name. More... | |
struct ao2_container* children |
node childrens.
Definition at line 138 of file data.c.
Referenced by __ast_data_add(), data_filter_add_nodes(), data_filter_alloc(), data_filter_destructor(), data_filter_generate(), data_result_generate(), and data_result_generate_node().
struct data_filter::glob_list_t glob_list |
Referenced by data_filter_alloc(), data_filter_destructor(), and data_filter_find().
struct { ... } list |
glob list entry
Referenced by data_filter_alloc(), data_filter_destructor(), and data_filter_find().
char name[0] |
node name.
Definition at line 144 of file data.c.
Referenced by __ast_data_add_structure(), ast_data_add_codecs(), ast_data_add_password(), ast_data_add_str(), data_filter_alloc(), data_filter_cmp(), data_filter_find(), data_filter_hash(), data_search_generate(), and data_search_mapping_find().
struct data_filter* next |