Searched defs:_xmlRegexp (Results 1 – 1 of 1) sorted by relevance
272 struct _xmlRegexp { struct273 xmlChar *string;274 int nbStates;275 xmlRegStatePtr *states;276 int nbAtoms;277 xmlRegAtomPtr *atoms;278 int nbCounters;279 xmlRegCounter *counters;280 int determinist;281 int flags;[all …]