The list of nodes with their search requirement. More...

Data Fields | |
| struct ao2_container * | children |
| reference another node. | |
| enum data_search_comparison | cmp_type |
| The type of comparison. | |
| char | name [0] |
| The name of the node we are trying to compare. | |
| char * | value |
| The value of the comparison. | |
| struct ao2_container* children |
reference another node.
Definition at line 128 of file data.c.
Referenced by __ast_data_search_cmp_structure(), ast_data_search_match(), data_result_generate(), data_result_generate_node(), data_search_alloc(), data_search_create(), data_search_destructor(), data_search_generate(), and data_search_get_node().
The type of comparison.
Definition at line 126 of file data.c.
Referenced by data_search_cmp_bool(), data_search_cmp_char(), data_search_cmp_dbl(), data_search_cmp_int(), data_search_cmp_ipaddr(), data_search_cmp_ptr(), data_search_cmp_string(), data_search_cmp_uint(), and data_search_generate().
| char name[0] |
The name of the node we are trying to compare.
Definition at line 130 of file data.c.
Referenced by __ast_data_search_cmp_structure(), ast_data_search_match(), data_search_alloc(), data_search_cmp(), and data_search_hash().
| char* value |
The value of the comparison.
Definition at line 124 of file data.c.
Referenced by data_search_cmp_bool(), data_search_cmp_char(), data_search_cmp_dbl(), data_search_cmp_int(), data_search_cmp_ptr(), data_search_cmp_string(), data_search_cmp_uint(), data_search_destructor(), and data_search_generate().