Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c184 typedef xmlRegAtom *xmlRegAtomPtr; typedef
221 xmlRegAtomPtr atom;
259 xmlRegAtomPtr atom;
263 xmlRegAtomPtr *atoms;
285 xmlRegAtomPtr *atoms;
366 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
368 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
818 static xmlRegAtomPtr
820 xmlRegAtomPtr ret; in xmlRegNewAtom()
822 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
[all …]