Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h199 typedef struct _xmlEnumeration xmlEnumeration; typedef
200 typedef xmlEnumeration *xmlEnumerationPtr;
/external/libxml2/
Dvalid.c1757 ret = (xmlEnumerationPtr) xmlMalloc(sizeof(xmlEnumeration)); in xmlCreateEnumeration()
1762 memset(ret, 0, sizeof(xmlEnumeration)); in xmlCreateEnumeration()