Searched refs:xmlRegAtom (Results 1 – 1 of 1) sorted by relevance
177 typedef struct _xmlRegAtom xmlRegAtom; typedef178 typedef xmlRegAtom *xmlRegAtomPtr;790 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()795 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegNewAtom()842 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegCopyAtom()847 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegCopyAtom()