Searched refs:xmlGetDtdNotationDesc (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/include/libxml/ |
D | valid.h | 399 xmlGetDtdNotationDesc (xmlDtdPtr dtd,
|
/external/libxml2/ |
D | valid.c | 3327 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdNotationDesc() function 3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName); in xmlValidateNotationUse() 3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName); in xmlValidateNotationUse() 3914 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateAttributeValue2() 3916 nota = xmlGetDtdNotationDesc(doc->extSubset, value); in xmlValidateAttributeValue2() 4444 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateOneAttribute() 4446 nota = xmlGetDtdNotationDesc(doc->extSubset, value); in xmlValidateOneAttribute() 4641 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateOneNamespace() 4643 nota = xmlGetDtdNotationDesc(doc->extSubset, value); in xmlValidateOneNamespace()
|
D | elfgcchack.h | 3883 #undef xmlGetDtdNotationDesc 3884 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotation… 3886 #ifndef xmlGetDtdNotationDesc 3887 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibili… 3888 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias macro
|