xmlSplitQName     730 third_party/libxml/src/SAX2.c     name = xmlSplitQName(ctxt, fullname, &prefix);
xmlSplitQName    1083 third_party/libxml/src/SAX2.c 	name = xmlSplitQName(ctxt, fullname, &ns);
xmlSplitQName    1586 third_party/libxml/src/SAX2.c     name = xmlSplitQName(ctxt, fullname, &prefix);
xmlSplitQName    10595 third_party/libxml/src/elfgcchack.h #undef xmlSplitQName
xmlSplitQName    10596 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
xmlSplitQName    10598 third_party/libxml/src/elfgcchack.h #ifndef xmlSplitQName
xmlSplitQName    10599 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
xmlSplitQName    10600 third_party/libxml/src/elfgcchack.h #define xmlSplitQName xmlSplitQName__internal_alias
xmlSplitQName     350 third_party/libxml/src/include/libxml/parserInternals.h 			xmlSplitQName		(xmlParserCtxtPtr ctxt,
xmlSplitQName    16436 third_party/libxml/src/testapi.c         ret_val = xmlSplitQName(ctxt, (const xmlChar *)name, prefix);