Lines Matching defs:_xmlRegAtom
189 struct _xmlRegAtom { struct
190 int no;
191 xmlRegAtomType type;
192 xmlRegQuantType quant;
193 int min;
194 int max;
196 void *valuep;
197 void *valuep2;
198 int neg;
199 int codepoint;
200 xmlRegStatePtr start;
201 xmlRegStatePtr start0;
202 xmlRegStatePtr stop;
203 int maxRanges;
204 int nbRanges;
205 xmlRegRangePtr *ranges;
206 void *data;