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