Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlregexp.c205 struct _xmlAutomataState { struct
206 xmlRegStateType type;
207 xmlRegMarkedType mark;
208 xmlRegMarkedType markd;
209 xmlRegMarkedType reached;
210 int no;
211 int maxTrans;
212 int nbTrans;
213 xmlRegTrans *trans;
215 int maxTransTo;
[all …]