Searched defs:xmlCreateEnumeration (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c1742 * xmlCreateEnumeration:
1751 xmlCreateEnumeration(const xmlChar *name) { function
1797 ret = xmlCreateEnumeration((xmlChar *) cur->name);
H A Delfgcchack.h2345 #undef xmlCreateEnumeration macro
2346 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeration__internal_alias")));
2348 #ifndef xmlCreateEnumeration
2349 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility("hidden")));
2350 #define xmlCreateEnumeration xmlCreateEnumeration__internal_alias macro

Completed in 102 milliseconds