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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h192 * xmlEnumeration:
197 typedef struct _xmlEnumeration xmlEnumeration; typedef in typeref:struct:_xmlEnumeration
198 typedef xmlEnumeration *xmlEnumerationPtr;
/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c1754 ret = (xmlEnumerationPtr) xmlMalloc(sizeof(xmlEnumeration));
1759 memset(ret, 0, sizeof(xmlEnumeration));

Completed in 703 milliseconds