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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h341 xmlSplitQName (xmlParserCtxtPtr ctxt,
/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX2.c722 name = xmlSplitQName(ctxt, fullname, &prefix);
1064 name = xmlSplitQName(ctxt, fullname, &ns);
1550 name = xmlSplitQName(ctxt, fullname, &prefix);
H A Delfgcchack.h10471 #undef xmlSplitQName macro
10472 extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
10474 #ifndef xmlSplitQName
10475 extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
10476 #define xmlSplitQName xmlSplitQName__internal_alias macro
H A Dparser.c2407 * xmlSplitQName:
2425 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { function

Completed in 103 milliseconds