Lines Matching defs:_xmlRegexp
280 struct _xmlRegexp { struct
281 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;
293 int nbstates;
294 int *compact;
295 void **transdata;
296 int nbstrings;
297 xmlChar **stringMap;