Searched refs:xmlGetDtdNotationDesc (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | valid.h | 399 xmlGetDtdNotationDesc (xmlDtdPtr dtd,
|
/external/libxml2/ |
D | valid.c | 3357 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdNotationDesc() function 3387 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName); in xmlValidateNotationUse() 3389 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName); in xmlValidateNotationUse() 3944 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateAttributeValue2() 3946 nota = xmlGetDtdNotationDesc(doc->extSubset, value); in xmlValidateAttributeValue2() 4476 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateOneAttribute() 4478 nota = xmlGetDtdNotationDesc(doc->extSubset, value); in xmlValidateOneAttribute() 4680 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateOneNamespace() 4682 nota = xmlGetDtdNotationDesc(doc->extSubset, value); in xmlValidateOneNamespace()
|
D | libxml2.syms | 653 xmlGetDtdNotationDesc;
|
D | elfgcchack.h | 3975 #undef xmlGetDtdNotationDesc 3976 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotation… 3978 #ifndef xmlGetDtdNotationDesc 3979 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibili… 3980 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias macro
|
/external/libxml2/os400/libxmlrpg/ |
D | valid.rpgle | 514 d xmlGetDtdNotationDesc... 515 d pr extproc('xmlGetDtdNotationDesc')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 915 xmlGetDtdNotationDesc
|