Searched refs:xmlRegAtomPtr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c175 typedef xmlRegAtom *xmlRegAtomPtr; typedef
212 xmlRegAtomPtr atom;
249 xmlRegAtomPtr atom;
253 xmlRegAtomPtr *atoms;
273 xmlRegAtomPtr *atoms;
354 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
356 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
782 static xmlRegAtomPtr
784 xmlRegAtomPtr ret;
786 ret = (xmlRegAtomPtr) xmlMallo
[all...]
/external/libxml2/
H A Dxmlregexp.c178 typedef xmlRegAtom *xmlRegAtomPtr; typedef
215 xmlRegAtomPtr atom;
253 xmlRegAtomPtr atom;
257 xmlRegAtomPtr *atoms;
277 xmlRegAtomPtr *atoms;
358 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
360 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
786 static xmlRegAtomPtr
788 xmlRegAtomPtr ret;
790 ret = (xmlRegAtomPtr) xmlMallo
[all...]

Completed in 44 milliseconds