Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c2737 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 …]
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.c6667 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name); in xmlHasProp()
6669 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name); in xmlHasProp()
Dtestapi.c25521 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