Searched refs:xmlDumpNotationTable (Results 1 – 4 of 4) sorted by relevance
170 xmlDumpNotationTable (xmlBufferPtr buf,
646 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations); in xmlDtdDumpOutput()
3092 #undef xmlDumpNotationTable3093 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable __attribute((alias("xmlDumpNotationTabl…3095 #ifndef xmlDumpNotationTable3096 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable__internal_alias __attribute((visibility…3097 #define xmlDumpNotationTable xmlDumpNotationTable__internal_alias macro
2518 xmlDumpNotationTable(xmlBufferPtr buf, xmlNotationTablePtr table) { in xmlDumpNotationTable() function