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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c3356 * xmlGetDtdNotationDesc:
3366 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { function
3395 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3397 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3839 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
3841 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4371 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4373 nota = xmlGetDtdNotationDesc(doc->extSubset, value);
4568 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4570 nota = xmlGetDtdNotationDesc(do
[all...]
H A Delfgcchack.h3859 #undef xmlGetDtdNotationDesc macro
3860 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
3862 #ifndef xmlGetDtdNotationDesc
3863 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
3864 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias macro

Completed in 99 milliseconds