Home
last modified time | relevance | path

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

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