Home
last modified time | relevance | path

Searched defs:_xmlAutomataState (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlregexp.c222 struct _xmlAutomataState { struct
223 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 …]