Searched refs:xmlGetDtdNotationDesc (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | valid.h | 399 xmlGetDtdNotationDesc (xmlDtdPtr dtd,
|
/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 | 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/chromium_org/third_party/libxml/src/ |
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
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 906 xmlGetDtdNotationDesc
|