Home
last modified time | relevance | path

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

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