Searched refs:xmlGetDtdQAttrDesc (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/include/libxml/ |
D | valid.h | 394 xmlGetDtdQAttrDesc (xmlDtdPtr dtd,
|
/external/libxml2/ |
D | valid.c | 3306 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, in xmlGetDtdQAttrDesc() function 4369 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname, in xmlValidateOneAttribute() 4372 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname, in xmlValidateOneAttribute() 4385 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name, in xmlValidateOneAttribute() 4388 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name, in xmlValidateOneAttribute() 4548 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname, in xmlValidateOneNamespace() 4551 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname, in xmlValidateOneNamespace() 4565 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name, in xmlValidateOneNamespace() 4568 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name, in xmlValidateOneNamespace()
|
D | SAX2.c | 1455 (xmlGetDtdQAttrDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes() 1458 (xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset, in xmlCheckDefaultedAttributes() 1528 tst = xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset, in xmlCheckDefaultedAttributes()
|
D | libxml2.syms | 654 xmlGetDtdQAttrDesc;
|
D | tree.c | 4479 xmlGetDtdQAttrDesc(ret, tmp->elem, tmp->name, tmp->prefix); in xmlCopyDtd() 6535 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6538 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6557 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal() 6562 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName, in xmlGetPropNodeInternal()
|
D | elfgcchack.h | 3985 #undef xmlGetDtdQAttrDesc 3986 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc __attribute((alias("xmlGetDtdQAttrDesc__int… 3988 #ifndef xmlGetDtdQAttrDesc 3989 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc__internal_alias __attribute((visibility("hi… 3990 #define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias macro
|
D | testapi.c | 25479 …ret_val = xmlGetDtdQAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)p… in test_xmlGetDtdQAttrDesc()
|
/external/libxml2/os400/libxmlrpg/ |
D | valid.rpgle | 506 d xmlGetDtdQAttrDesc... 507 d pr extproc('xmlGetDtdQAttrDesc')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 916 xmlGetDtdQAttrDesc
|