Data Fields | |
ao2_container * | children |
node childrens. | |
data_filter::glob_list_t | glob_list |
glob list | |
struct { | |
data_filter * next | |
} | list |
glob list entry | |
char | name [0] |
node name. | |
Data Structures | |
struct | glob_list_t |
glob list More... |
Definition at line 132 of file data.c.
struct ao2_container* children |
node childrens.
Definition at line 134 of file data.c.
Referenced by __ast_data_add(), and data_filter_add_nodes().
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 140 of file data.c.
Referenced by data_filter_cmp(), data_filter_find(), data_filter_hash(), data_search_generate(), and data_search_mapping_find().
struct data_filter* next |