Home
last modified time | relevance | path

Searched refs:xmlBuildQName (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
Dvalid.c680 fullname = xmlBuildQName(content->name, content->prefix, fn, 50); in xmlValidBuildAContentModel()
2729 xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) : in xmlIsID()
2733 xmlBuildQName(attr->name, attr->ns->prefix, fattr, 50) : in xmlIsID()
4002 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); in xmlValidCtxtNormalizeAttributeValue()
4087 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); in xmlValidNormalizeAttributeValue()
4396 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); in xmlValidateOneAttribute()
4573 fullname = xmlBuildQName(elem->name, prefix, fn, 50); in xmlValidateOneNamespace()
5330 fullname = xmlBuildQName(cur->name, in xmlValidateElementContent()
6105 fullname = xmlBuildQName(child->name, child->ns->prefix, in xmlValidateOneElement()
6372 fullname = xmlBuildQName(root->name, root->ns->prefix, fn, 50); in xmlValidateRoot()
DSAX2.c1542 fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50); in xmlCheckDefaultedAttributes()
2111 fullname = xmlBuildQName(localname, prefix, fn, 50); in xmlSAX2AttributeNs()
2249 lname = xmlBuildQName(localname, prefix, NULL, 0); in xmlSAX2StartElementNs()
2406 lname = xmlBuildQName(attributes[j], attributes[j+1], in xmlSAX2StartElementNs()
Dlibxml2.syms1374 xmlBuildQName;
Delfgcchack.h1609 #undef xmlBuildQName
1610 extern __typeof (xmlBuildQName) xmlBuildQName __attribute((alias("xmlBuildQName__internal_alias")));
1612 #ifndef xmlBuildQName
1613 extern __typeof (xmlBuildQName) xmlBuildQName__internal_alias __attribute((visibility("hidden")));
1614 #define xmlBuildQName xmlBuildQName__internal_alias macro
Dparser.c8720 tmp = xmlBuildQName(BAD_CAST "", p, NULL, 0); in xmlParseQName()
8722 tmp = xmlBuildQName(l, p, NULL, 0); in xmlParseQName()
8738 tmp = xmlBuildQName(tmp, l, NULL, 0); in xmlParseQName()
8744 tmp = xmlBuildQName(BAD_CAST "", l, NULL, 0); in xmlParseQName()
Dtree.c223 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() function
Dxpath.c8879 fullname = xmlBuildQName(cur->nodesetval->nodeTab[i]->name, in xmlXPathNameFunction()
Dtestapi.c19333 ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len); in test_xmlBuildQName()
/external/libxml2/include/libxml/
Dtree.h681 xmlBuildQName (const xmlChar *ncname,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle665 d xmlBuildQName pr * extproc('xmlBuildQName') xmlChar *
/external/libxml2/win32/
Dlibxml2.def.src582 xmlBuildQName