Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h350 xmlSplitQName (xmlParserCtxtPtr ctxt,
/external/libxml2/
DSAX2.c730 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2AttributeDecl()
1083 name = xmlSplitQName(ctxt, fullname, &ns); in xmlSAX2AttributeInternal()
1586 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2StartElement()
Delfgcchack.h10595 #undef xmlSplitQName
10596 extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
10598 #ifndef xmlSplitQName
10599 extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
10600 #define xmlSplitQName xmlSplitQName__internal_alias macro
Dparser.c2910 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { in xmlSplitQName() function