Searched refs:xmlRegAtom (Results 1 – 1 of 1) sorted by relevance
175 typedef struct _xmlRegAtom xmlRegAtom; typedef176 typedef xmlRegAtom *xmlRegAtomPtr;814 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()819 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegNewAtom()866 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegCopyAtom()871 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegCopyAtom()