Home
last modified time | relevance | path

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

/external/libxml2/
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; in xmlRegNewAtom()
790 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
[all …]