HomeSort by relevance Sort by last modified time
    Searched defs:htmlNodeDumpFormatOutput (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
HTMLtree.c 421 htmlNodeDumpFormatOutput(outbuf, doc, cur, NULL, format);
493 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format);
753 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format);
759 * htmlNodeDumpFormatOutput:
769 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc,
960 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, 1);
elfgcchack.h 534 #undef htmlNodeDumpFormatOutput
535 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDumpFormatOutput__internal_alias")));
537 #ifndef htmlNodeDumpFormatOutput
538 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
539 #define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias
    [all...]

Completed in 343 milliseconds