Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dvalid.h232 xmlCreateEnumeration (const xmlChar *name);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dvalid.h232 xmlCreateEnumeration (const xmlChar *name);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src700 xmlCreateEnumeration
/external/libxml2/
Delfgcchack.h2429 #undef xmlCreateEnumeration
2430 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeratio…
2432 #ifndef xmlCreateEnumeration
2433 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility…
2434 #define xmlCreateEnumeration xmlCreateEnumeration__internal_alias macro
Dvalid.c1754 xmlCreateEnumeration(const xmlChar *name) { in xmlCreateEnumeration() function
1800 ret = xmlCreateEnumeration((xmlChar *) cur->name); in xmlCopyEnumeration()
Dparser.c5758 cur = xmlCreateEnumeration(name); in xmlParseNotationType()
5826 cur = xmlCreateEnumeration(name); in xmlParseEnumerationType()
/external/chromium_org/third_party/libxml/src/
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.c5436 cur = xmlCreateEnumeration(name); in xmlParseNotationType()
5504 cur = xmlCreateEnumeration(name); in xmlParseEnumerationType()