Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlregexp.c180 struct _xmlRegAtom { struct
181 int no;
182 xmlRegAtomType type;
183 xmlRegQuantType quant;
184 int min;
185 int max;
187 void *valuep;
188 void *valuep2;
189 int neg;
190 int codepoint;
[all …]
/external/libxml2/
Dxmlregexp.c183 struct _xmlRegAtom { struct
184 int no;
185 xmlRegAtomType type;
186 xmlRegQuantType quant;
187 int min;
188 int max;
190 void *valuep;
191 void *valuep2;
192 int neg;
193 int codepoint;
[all …]