Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_data_search Struct Reference

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

Data Fields

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

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: