Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h383 xmlSplitQName (xmlParserCtxtPtr ctxt,
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle187 d xmlSplitQName pr * extproc('xmlSplitQName') xmlChar *
/external/libxml2/
DSAX2.c761 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2AttributeDecl()
1114 name = xmlSplitQName(ctxt, fullname, &ns); in xmlSAX2AttributeInternal()
1629 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2StartElement()
Dlibxml2.syms225 xmlSplitQName;
Delfgcchack.h10745 #undef xmlSplitQName
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
DNEWS1012 fix bug in xmlSplitQName on special Names, fix Relax-NG element content
Dparser.c2887 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { in xmlSplitQName() function
Dtestapi.c16534 ret_val = xmlSplitQName(ctxt, (const xmlChar *)name, prefix); in test_xmlSplitQName()
DChangeLog1599 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
/external/libxml2/win32/
Dlibxml2.def.src1878 xmlSplitQName
/external/ImageMagick/coders/
Dsvg.c626 fullname=(xmlChar *) xmlSplitQName(parser,name,&prefix); in SVGAttributeDeclaration()
Dmsl.c408 fullname=(xmlChar *) xmlSplitQName(parser,name,&prefix); in MSLAttributeDeclaration()