Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c2706 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname, in xmlIsID()
2709 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID()
3030 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name); in xmlIsRef()
3032 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef()
3267 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { in xmlGetDtdAttrDesc() function
3974 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name); in xmlValidCtxtNormalizeAttributeValue()
3976 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name); in xmlValidCtxtNormalizeAttributeValue()
3984 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name); in xmlValidCtxtNormalizeAttributeValue()
3986 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, elem->name, name); in xmlValidCtxtNormalizeAttributeValue()
4062 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.c6637 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name); in xmlHasProp()
6639 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.rpgle479 d xmlGetDtdAttrDesc...
480 d pr extproc('xmlGetDtdAttrDesc')
/external/libxml2/win32/
Dlibxml2.def.src912 xmlGetDtdAttrDesc