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