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 | 3326 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdNotationDesc() function 3356 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName); in xmlValidateNotationUse() 3358 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName); in xmlValidateNotationUse() 3913 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateAttributeValue2() 3915 nota = xmlGetDtdNotationDesc(doc->extSubset, value); in xmlValidateAttributeValue2() 4443 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateOneAttribute() 4445 nota = xmlGetDtdNotationDesc(doc->extSubset, value); in xmlValidateOneAttribute() 4640 nota = xmlGetDtdNotationDesc(doc->intSubset, value); in xmlValidateOneNamespace() 4642 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 | 494 d xmlGetDtdNotationDesc... 495 d pr extproc('xmlGetDtdNotationDesc')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 915 xmlGetDtdNotationDesc
|