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

/external/libxml2/
H A Dxmlsave.c2120 xmlNodeDumpOutput(outbuf, doc, cur, level, format, NULL);
2165 xmlNodeDumpOutput(outbuf, doc, cur, 0, 1, NULL);
2176 * xmlNodeDumpOutput:
2189 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, function
H A Delfgcchack.h6492 #undef xmlNodeDumpOutput macro
6493 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__internal_alias")));
6495 #ifndef xmlNodeDumpOutput
6496 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
6497 #define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias macro

Completed in 49 milliseconds