Searched defs:_xmlRegexp (Results 1 – 1 of 1) sorted by relevance
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 …]