The list of nodes with their search requirement. More...
Data Fields | |
struct ao2_container * | children |
reference another node. More... | |
enum data_search_comparison | cmp_type |
The type of comparison. More... | |
char | name [0] |
The name of the node we are trying to compare. More... | |
char * | value |
The value of the comparison. More... | |
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().
enum data_search_comparison cmp_type |
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().