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

/external/libxml2/
H A Dparser.c3036 * xmlSplitQName:
3054 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { function
H A Delfgcchack.h10745 #undef xmlSplitQName macro
10746 extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
10748 #ifndef xmlSplitQName
10749 extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
10750 #define xmlSplitQName xmlSplitQName__internal_alias macro

Completed in 247 milliseconds