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

  /external/libxml2/include/libxml/
HTMLtree.h 114 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf,
  /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);
xmlsave.c 718 htmlNodeDumpFormatOutput(buf, doc, cur,
721 htmlNodeDumpFormatOutput(buf, doc, cur,
    [all...]
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 16 milliseconds