Home
last modified time | relevance | path

Searched refs:xmlCreateEnumeration (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h232 xmlCreateEnumeration (const xmlChar *name);
/external/libxml2/
Delfgcchack.h2357 #undef xmlCreateEnumeration
2358 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeratio…
2360 #ifndef xmlCreateEnumeration
2361 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility…
2362 #define xmlCreateEnumeration xmlCreateEnumeration__internal_alias macro
Dvalid.c1754 xmlCreateEnumeration(const xmlChar *name) { in xmlCreateEnumeration() function
1800 ret = xmlCreateEnumeration((xmlChar *) cur->name); in xmlCopyEnumeration()
Dparser.c5501 cur = xmlCreateEnumeration(name); in xmlParseNotationType()
5569 cur = xmlCreateEnumeration(name); in xmlParseEnumerationType()