xmlGetDtdNotationDesc 3883 third_party/libxml/src/elfgcchack.h #undef xmlGetDtdNotationDesc
xmlGetDtdNotationDesc 3884 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
xmlGetDtdNotationDesc 3886 third_party/libxml/src/elfgcchack.h #ifndef xmlGetDtdNotationDesc
xmlGetDtdNotationDesc 3887 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
xmlGetDtdNotationDesc 3888 third_party/libxml/src/elfgcchack.h #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias
xmlGetDtdNotationDesc  399 third_party/libxml/src/include/libxml/valid.h 		xmlGetDtdNotationDesc	(xmlDtdPtr dtd,
xmlGetDtdNotationDesc 3357 third_party/libxml/src/valid.c     notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
xmlGetDtdNotationDesc 3359 third_party/libxml/src/valid.c 	notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
xmlGetDtdNotationDesc 3914 third_party/libxml/src/valid.c 	    nota = xmlGetDtdNotationDesc(doc->intSubset, value);
xmlGetDtdNotationDesc 3916 third_party/libxml/src/valid.c 		nota = xmlGetDtdNotationDesc(doc->extSubset, value);
xmlGetDtdNotationDesc 4444 third_party/libxml/src/valid.c 	nota = xmlGetDtdNotationDesc(doc->intSubset, value);
xmlGetDtdNotationDesc 4446 third_party/libxml/src/valid.c 	    nota = xmlGetDtdNotationDesc(doc->extSubset, value);
xmlGetDtdNotationDesc 4641 third_party/libxml/src/valid.c 	nota = xmlGetDtdNotationDesc(doc->intSubset, value);
xmlGetDtdNotationDesc 4643 third_party/libxml/src/valid.c 	    nota = xmlGetDtdNotationDesc(doc->extSubset, value);