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