Home
last modified time | relevance | path

Searched defs:_xmlRegexp (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.c301 struct _xmlRegexp { struct
302 xmlChar *string;
303 int nbStates;
304 xmlRegStatePtr *states;
305 int nbAtoms;
306 xmlRegAtomPtr *atoms;
307 int nbCounters;
308 xmlRegCounter *counters;
309 int determinist;
310 int flags;
[all …]
/third_party/libxml2/
Dxmlregexp.c280 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;
[all …]