Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_data_search Struct Reference

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

Collaboration diagram for ast_data_search:

Data Fields

struct ao2_containerchildren
 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.

Detailed Description

The list of nodes with their search requirement.

Definition at line 122 of file data.c.


Field Documentation

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().


The documentation for this struct was generated from the following file: