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

/external/libxml2/include/libxml/
H A Dvalid.h399 xmlGetDtdNotationDesc (xmlDtdPtr dtd,
/external/libxml2/
H A Dvalid.c3316 * xmlGetDtdNotationDesc:
3326 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { function
3356 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3358 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3913 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
3915 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4443 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4445 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4640 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4642 nota = xmlGetDtdNotationDesc(do
[all...]
H A Dlibxml2.syms653 xmlGetDtdNotationDesc;
H A Delfgcchack.h3975 #undef xmlGetDtdNotationDesc macro
3976 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
3978 #ifndef xmlGetDtdNotationDesc
3979 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
3980 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias macro

Completed in 203 milliseconds