Home
last modified time | relevance | path

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

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