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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h571 xmlSplitQName3 (const xmlChar *name,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c951 tmp = xmlSplitQName3(name, &l);
5489 name = xmlSplitQName3(qname, &plen);
H A Delfgcchack.h10491 #undef xmlSplitQName3 macro
10492 extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
10494 #ifndef xmlSplitQName3
10495 extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
10496 #define xmlSplitQName3 xmlSplitQName3__internal_alias macro
H A Dtree.c295 * xmlSplitQName3:
307 xmlSplitQName3(const xmlChar *name, int *len) { function
6341 nqname = xmlSplitQName3(name, &len);
H A Dparser.c885 name = xmlSplitQName3(fullname, &len);
922 name = xmlSplitQName3(fullattr, &len);
H A Dxmlschemas.c5803 * At this point xmlSplitQName3 has to return a local name.
5805 *local = xmlSplitQName3(value, &len);

Completed in 330 milliseconds