Searched refs:xmlRegAtomPtr (Results 1 – 1 of 1) sorted by relevance
175 typedef xmlRegAtom *xmlRegAtomPtr; typedef212 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 xmlRegAtomPtr784 xmlRegAtomPtr ret; in xmlRegNewAtom()786 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()[all …]