Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c219 struct _xmlAutomataState { struct
220 xmlRegStateType type;
221 xmlRegMarkedType mark;
222 xmlRegMarkedType reached;
223 int no;
224 int maxTrans;
225 int nbTrans;
226 xmlRegTrans *trans;
228 int maxTransTo;
229 int nbTransTo;
[all …]