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 | 3304 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, in xmlGetDtdQAttrDesc() function 4367 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname, in xmlValidateOneAttribute() 4370 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname, in xmlValidateOneAttribute() 4383 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name, in xmlValidateOneAttribute() 4386 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name, in xmlValidateOneAttribute() 4546 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname, in xmlValidateOneNamespace() 4549 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname, in xmlValidateOneNamespace() 4563 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name, in xmlValidateOneNamespace() 4566 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 | 4459 xmlGetDtdQAttrDesc(ret, tmp->elem, tmp->name, tmp->prefix); in xmlCopyDtd() 6515 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6518 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6537 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal() 6542 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 | 486 d xmlGetDtdQAttrDesc... 487 d pr extproc('xmlGetDtdQAttrDesc')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 916 xmlGetDtdQAttrDesc
|