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

/external/libxml2/
H A Dxmlsave.c2284 xmlNodeDumpOutput(outbuf, doc, cur, level, format, NULL);
2330 xmlNodeDumpOutput(outbuf, doc, cur, 0, 1, NULL);
2341 * xmlNodeDumpOutput:
2354 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, function
H A Delfgcchack.h6594 #undef xmlNodeDumpOutput macro
6595 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__internal_alias")));
6597 #ifndef xmlNodeDumpOutput
6598 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
6599 #define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias macro

Completed in 136 milliseconds