Searched defs:_xmlAutomataState (Results 1 – 1 of 1) sorted by relevance
228 struct _xmlAutomataState { struct229 xmlRegStateType type;230 xmlRegMarkedType mark;231 xmlRegMarkedType markd;232 xmlRegMarkedType reached;233 int no;234 int maxTrans;235 int nbTrans;236 xmlRegTrans *trans;238 int maxTransTo;[all …]