Lines Matching defs:_xmlAutomata
248 struct _xmlAutomata { struct
249 xmlChar *string;
250 xmlChar *cur;
252 int error;
253 int neg;
255 xmlRegStatePtr start;
256 xmlRegStatePtr end;
257 xmlRegStatePtr state;
259 xmlRegAtomPtr atom;
261 int maxAtoms;
262 int nbAtoms;
263 xmlRegAtomPtr *atoms;
265 int maxStates;
266 int nbStates;
267 xmlRegStatePtr *states;
269 int maxCounters;
270 int nbCounters;
271 xmlRegCounter *counters;
273 int determinist;
274 int negs;
275 int flags;
277 int depth;