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