Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlregexp.c268 struct _xmlRegexp { struct
269 xmlChar *string;
270 int nbStates;
271 xmlRegStatePtr *states;
272 int nbAtoms;
273 xmlRegAtomPtr *atoms;
274 int nbCounters;
275 xmlRegCounter *counters;
276 int determinist;
277 int flags;
[all …]
/external/libxml2/
Dxmlregexp.c272 struct _xmlRegexp { struct
273 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 …]