Home
last modified time | relevance | path

Searched refs:xmlDumpNotationTable (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h170 xmlDumpNotationTable (xmlBufferPtr buf,
/external/libxml2/
Dxmlsave.c646 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations); in xmlDtdDumpOutput()
Delfgcchack.h3092 #undef xmlDumpNotationTable
3093 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable __attribute((alias("xmlDumpNotationTabl…
3095 #ifndef xmlDumpNotationTable
3096 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable__internal_alias __attribute((visibility…
3097 #define xmlDumpNotationTable xmlDumpNotationTable__internal_alias macro
Dvalid.c2518 xmlDumpNotationTable(xmlBufferPtr buf, xmlNotationTablePtr table) { in xmlDumpNotationTable() function