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