Searched refs:xmlCreateEnumeration (Results 1 – 4 of 4) sorted by relevance
232 xmlCreateEnumeration (const xmlChar *name);
2357 #undef xmlCreateEnumeration2358 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeratio…2360 #ifndef xmlCreateEnumeration2361 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility…2362 #define xmlCreateEnumeration xmlCreateEnumeration__internal_alias macro
1754 xmlCreateEnumeration(const xmlChar *name) { in xmlCreateEnumeration() function1800 ret = xmlCreateEnumeration((xmlChar *) cur->name); in xmlCopyEnumeration()
5501 cur = xmlCreateEnumeration(name); in xmlParseNotationType()5569 cur = xmlCreateEnumeration(name); in xmlParseEnumerationType()