Searched defs:_xmlRegexp (Results 1 – 2 of 2) sorted by relevance
301 struct _xmlRegexp { struct302 xmlChar *string;303 int nbStates;304 xmlRegStatePtr *states;305 int nbAtoms;306 xmlRegAtomPtr *atoms;307 int nbCounters;308 xmlRegCounter *counters;309 int determinist;310 int flags;[all …]
280 struct _xmlRegexp { struct281 xmlChar *string;282 int nbStates;283 xmlRegStatePtr *states;284 int nbAtoms;285 xmlRegAtomPtr *atoms;286 int nbCounters;287 xmlRegCounter *counters;288 int determinist;289 int flags;[all …]