Searched refs:xmlBuildQName (Results 1 – 12 of 12) sorted by relevance
/third_party/libxml2/ |
D | valid.c | 709 fullname = xmlBuildQName(content->name, content->prefix, fn, 50); in xmlValidBuildAContentModel() 2819 xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) : in xmlIsID() 2823 xmlBuildQName(attr->name, attr->ns->prefix, fattr, 50) : in xmlIsID() 4092 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); in xmlValidCtxtNormalizeAttributeValue() 4164 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); in xmlValidNormalizeAttributeValue() 4461 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); in xmlValidateOneAttribute() 4638 fullname = xmlBuildQName(elem->name, prefix, fn, 50); in xmlValidateOneNamespace() 5395 fullname = xmlBuildQName(cur->name, in xmlValidateElementContent() 6169 fullname = xmlBuildQName(child->name, child->ns->prefix, in xmlValidateOneElement() 6436 fullname = xmlBuildQName(root->name, root->ns->prefix, fn, 50); in xmlValidateRoot()
|
D | SAX2.c | 1513 fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50); in xmlCheckDefaultedAttributes() 2088 fullname = xmlBuildQName(localname, prefix, fn, 50); in xmlSAX2AttributeNs() 2226 lname = xmlBuildQName(localname, prefix, NULL, 0); in xmlSAX2StartElementNs() 2388 lname = xmlBuildQName(attributes[j], attributes[j+1], in xmlSAX2StartElementNs()
|
D | libxml2.syms | 1374 xmlBuildQName;
|
D | elfgcchack.h | 1609 #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
|
D | parser.c | 8824 tmp = xmlBuildQName(BAD_CAST "", p, NULL, 0); in xmlParseQName() 8826 tmp = xmlBuildQName(l, p, NULL, 0); in xmlParseQName() 8842 tmp = xmlBuildQName(tmp, l, NULL, 0); in xmlParseQName() 8850 tmp = xmlBuildQName(BAD_CAST "", l, NULL, 0); in xmlParseQName()
|
D | tree.c | 223 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() function
|
D | xpath.c | 8833 fullname = xmlBuildQName(cur->nodesetval->nodeTab[i]->name, in xmlXPathNameFunction()
|
D | testapi.c | 19308 ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len); in test_xmlBuildQName()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 681 xmlBuildQName (const xmlChar *ncname,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 665 d xmlBuildQName pr * extproc('xmlBuildQName') xmlChar *
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 582 xmlBuildQName
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 102594 -#undef xmlBuildQName 102595 -extern __typeof (xmlBuildQName) xmlBuildQName __attribute((alias("xmlBuildQName__internal_alias"))… 102597 -#ifndef xmlBuildQName 102598 -extern __typeof (xmlBuildQName) xmlBuildQName__internal_alias __attribute((visibility("hidden"))); 102599 -#define xmlBuildQName xmlBuildQName__internal_alias
|