Searched defs:xmlGetDtdNotationDesc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dvalid.c3317 * xmlGetDtdNotationDesc:
3327 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { function
3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3914 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
3916 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4444 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4446 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4641 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4643 nota = xmlGetDtdNotationDesc(do
[all...]
H A Delfgcchack.h3883 #undef xmlGetDtdNotationDesc macro
3884 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
3886 #ifndef xmlGetDtdNotationDesc
3887 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
3888 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias macro
/external/libxml2/
H A Dvalid.c3317 * xmlGetDtdNotationDesc:
3327 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { function
3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3914 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
3916 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4444 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4446 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4641 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4643 nota = xmlGetDtdNotationDesc(do
[all...]
H A Delfgcchack.h3883 #undef xmlGetDtdNotationDesc macro
3884 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
3886 #ifndef xmlGetDtdNotationDesc
3887 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
3888 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias macro

Completed in 164 milliseconds