Searched refs:xmlEnumeration (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dtree.h233 * xmlEnumeration:
238 typedef struct _xmlEnumeration xmlEnumeration; typedef in typeref:struct:_xmlEnumeration
239 typedef xmlEnumeration *xmlEnumerationPtr;
/external/libxml2/
H A Dvalid.c1757 ret = (xmlEnumerationPtr) xmlMalloc(sizeof(xmlEnumeration));
1762 memset(ret, 0, sizeof(xmlEnumeration));

Completed in 141 milliseconds