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

/external/libxml2/include/libxml/
H A Dvalid.h170 xmlDumpNotationTable (xmlBufferPtr buf,
/external/libxml2/
H A Dxmlsave.c646 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations);
H A Delfgcchack.h3092 #undef xmlDumpNotationTable macro
3093 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable __attribute((alias("xmlDumpNotationTable__internal_alias")));
3095 #ifndef xmlDumpNotationTable
3096 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable__internal_alias __attribute((visibility("hidden")));
3097 #define xmlDumpNotationTable xmlDumpNotationTable__internal_alias macro
H A Dvalid.c2511 * xmlDumpNotationTable:
2518 xmlDumpNotationTable(xmlBufferPtr buf, xmlNotationTablePtr table) { function

Completed in 206 milliseconds