Searched refs:xmlGetDtdAttrDesc (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/ |
D | valid.c | 2737 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname, in xmlIsID() 2740 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID() 3062 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name); in xmlIsRef() 3064 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef() 3298 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { in xmlGetDtdAttrDesc() function 4005 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name); in xmlValidCtxtNormalizeAttributeValue() 4007 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name); in xmlValidCtxtNormalizeAttributeValue() 4015 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name); in xmlValidCtxtNormalizeAttributeValue() 4017 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, elem->name, name); in xmlValidCtxtNormalizeAttributeValue() 4093 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name); in xmlValidNormalizeAttributeValue() [all …]
|
D | libxml2.syms | 651 xmlGetDtdAttrDesc;
|
D | elfgcchack.h | 3945 #undef xmlGetDtdAttrDesc 3946 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc __attribute((alias("xmlGetDtdAttrDesc__intern… 3948 #ifndef xmlGetDtdAttrDesc 3949 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc__internal_alias __attribute((visibility("hidd… 3950 #define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias macro
|
D | tree.c | 6667 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name); in xmlHasProp() 6669 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name); in xmlHasProp()
|
D | testapi.c | 25521 ret_val = xmlGetDtdAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name); in test_xmlGetDtdAttrDesc()
|
/external/libxml2/include/libxml/ |
D | valid.h | 390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,
|
/external/libxml2/os400/libxmlrpg/ |
D | valid.rpgle | 499 d xmlGetDtdAttrDesc... 500 d pr extproc('xmlGetDtdAttrDesc')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 912 xmlGetDtdAttrDesc
|