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

  /external/libxml2/
HTMLtree.c 792 htmlDocContentDumpOutput(buf, (xmlDocPtr) cur, encoding);
1005 * htmlDocContentDumpOutput:
1013 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur,
1078 htmlDocContentDumpOutput(buf, cur, NULL);
1139 htmlDocContentDumpOutput(buf, cur, NULL);
elfgcchack.h 270 #undef htmlDocContentDumpOutput
271 extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput __attribute((alias("htmlDocContentDumpOutput__internal_alias")));
273 #ifndef htmlDocContentDumpOutput
274 extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput__internal_alias __attribute((visibility("hidden")));
275 #define htmlDocContentDumpOutput htmlDocContentDumpOutput__internal_alias
    [all...]

Completed in 87 milliseconds