Searched defs:_xmlAutomataState (Results 1 – 1 of 1) sorted by relevance
222 struct _xmlAutomataState { struct223 xmlRegStateType type;224 xmlRegMarkedType mark;225 xmlRegMarkedType markd;226 xmlRegMarkedType reached;227 int no;228 int maxTrans;229 int nbTrans;230 xmlRegTrans *trans;232 int maxTransTo;[all …]