Home
last modified time | relevance | path

Searched refs:xmlGetDtdAttrDesc (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/
Dvalid.c2708 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname, in xmlIsID()
2711 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID()
3032 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name); in xmlIsRef()
3034 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef()
3269 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { in xmlGetDtdAttrDesc() function
3976 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name); in xmlValidCtxtNormalizeAttributeValue()
3978 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name); in xmlValidCtxtNormalizeAttributeValue()
3986 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name); in xmlValidCtxtNormalizeAttributeValue()
3988 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, elem->name, name); in xmlValidCtxtNormalizeAttributeValue()
4064 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name); in xmlValidNormalizeAttributeValue()
[all …]
Dlibxml2.syms651 xmlGetDtdAttrDesc;
Delfgcchack.h3945 #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
Dtree.c6657 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name); in xmlHasProp()
6659 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name); in xmlHasProp()
Dtestapi.c25380 ret_val = xmlGetDtdAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name); in test_xmlGetDtdAttrDesc()
/external/libxml2/include/libxml/
Dvalid.h390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle499 d xmlGetDtdAttrDesc...
500 d pr extproc('xmlGetDtdAttrDesc')
/external/libxml2/win32/
Dlibxml2.def.src912 xmlGetDtdAttrDesc