Lines Matching defs:_xmlAutomata
238 struct _xmlAutomata { struct
239 xmlChar *string;
240 xmlChar *cur;
242 int error;
243 int neg;
245 xmlRegStatePtr start;
246 xmlRegStatePtr end;
247 xmlRegStatePtr state;
249 xmlRegAtomPtr atom;
251 int maxAtoms;
252 int nbAtoms;
253 xmlRegAtomPtr *atoms;
255 int maxStates;
256 int nbStates;
257 xmlRegStatePtr *states;
259 int maxCounters;
260 int nbCounters;
261 xmlRegCounter *counters;
263 int determinist;
264 int negs;
265 int flags;