Home
last modified time | relevance | path

Searched refs:xmlGetDtdNotationDesc (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dvalid.h399 xmlGetDtdNotationDesc (xmlDtdPtr dtd,
/external/libxml2/include/libxml/
Dvalid.h399 xmlGetDtdNotationDesc (xmlDtdPtr dtd,
/external/libxml2/
Dvalid.c3327 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()
Delfgcchack.h3975 #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/
Dvalid.c3327 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()
Delfgcchack.h3883 #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/
Dlibxml2.def.src906 xmlGetDtdNotationDesc