Searched refs:xmlEnumeration (Results 1 – 2 of 2) sorted by relevance
199 typedef struct _xmlEnumeration xmlEnumeration; typedef200 typedef xmlEnumeration *xmlEnumerationPtr;
1757 ret = (xmlEnumerationPtr) xmlMalloc(sizeof(xmlEnumeration)); in xmlCreateEnumeration()1762 memset(ret, 0, sizeof(xmlEnumeration)); in xmlCreateEnumeration()