Lines Matching defs:_data_config
109 struct _data_config { struct
112 array *value;
114 buffer *comp_key;
115 comp_key_t comp;
117 config_cond_t cond;
118 buffer *op;
120 int context_ndx; /* more or less like an id */
121 array *childs;
123 data_config *parent;
125 data_config *prev;
126 data_config *next;
128 buffer *string;
130 pcre *regex;
131 pcre_extra *regex_study;