Searched refs:xmlSplitQName (Results 1 – 4 of 4) sorted by relevance
350 xmlSplitQName (xmlParserCtxtPtr ctxt,
730 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2AttributeDecl()1083 name = xmlSplitQName(ctxt, fullname, &ns); in xmlSAX2AttributeInternal()1586 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2StartElement()
10595 #undef xmlSplitQName10596 extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));10598 #ifndef xmlSplitQName10599 extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));10600 #define xmlSplitQName xmlSplitQName__internal_alias macro
2910 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { in xmlSplitQName() function