Lines Matching defs:_xmlAutomata
243 struct _xmlAutomata { struct
244 xmlChar *string;
245 xmlChar *cur;
247 int error;
248 int neg;
250 xmlRegStatePtr start;
251 xmlRegStatePtr end;
252 xmlRegStatePtr state;
254 xmlRegAtomPtr atom;
256 int maxAtoms;
257 int nbAtoms;
258 xmlRegAtomPtr *atoms;
260 int maxStates;
261 int nbStates;
262 xmlRegStatePtr *states;
264 int maxCounters;
265 int nbCounters;
266 xmlRegCounter *counters;
268 int determinist;
269 int negs;
270 int flags;
272 int depth;