Searched defs:_xmlAutomataState (Results 1 – 1 of 1) sorted by relevance
205 struct _xmlAutomataState { struct206 xmlRegStateType type;207 xmlRegMarkedType mark;208 xmlRegMarkedType markd;209 xmlRegMarkedType reached;210 int no;211 int maxTrans;212 int nbTrans;213 xmlRegTrans *trans;215 int maxTransTo;[all …]