Lines Matching defs:_xmlRegAtom
184 struct _xmlRegAtom { struct
185 int no;
186 xmlRegAtomType type;
187 xmlRegQuantType quant;
188 int min;
189 int max;
191 void *valuep;
192 void *valuep2;
193 int neg;
194 int codepoint;
195 xmlRegStatePtr start;
196 xmlRegStatePtr start0;
197 xmlRegStatePtr stop;
198 int maxRanges;
199 int nbRanges;
200 xmlRegRangePtr *ranges;
201 void *data;