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

/external/libxml2/include/libxml/
H A DparserInternals.h383 xmlSplitQName (xmlParserCtxtPtr ctxt,
/external/libxml2/
H A DSAX2.c760 name = xmlSplitQName(ctxt, fullname, &prefix);
1113 name = xmlSplitQName(ctxt, fullname, &ns);
1622 name = xmlSplitQName(ctxt, fullname, &prefix);
H A Dlibxml2.syms225 xmlSplitQName;
H A Delfgcchack.h10745 #undef xmlSplitQName macro
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
H A Dparser.c3014 * xmlSplitQName:
3032 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { function
H A Dtestapi.c16432 ret_val = xmlSplitQName(ctxt, (const xmlChar *)name, prefix);
16440 printf("Leak of %d blocks found in xmlSplitQName",
[all...]

Completed in 382 milliseconds