Searched defs:_xmlRegexp (Results 1 – 1 of 1) sorted by relevance
259 struct _xmlRegexp { struct260 xmlChar *string;261 int nbStates;262 xmlRegStatePtr *states;263 int nbAtoms;264 xmlRegAtomPtr *atoms;265 int nbCounters;266 xmlRegCounter *counters;267 int determinist;268 int flags;[all …]