Searched refs:htmlDocContentDumpOutput (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DHTMLtree.h120 htmlDocContentDumpOutput(xmlOutputBufferPtr buf,
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c780 htmlDocContentDumpOutput(buf, (xmlDocPtr) cur, encoding);
993 * htmlDocContentDumpOutput:
1001 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, function
1066 htmlDocContentDumpOutput(buf, cur, NULL);
1127 htmlDocContentDumpOutput(buf, cur, NULL);
H A Delfgcchack.h270 #undef htmlDocContentDumpOutput macro
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 macro
H A Dtestapi.c2871 htmlDocContentDumpOutput(buf, cur, (const char *)encoding);
2878 printf("Leak of %d blocks found in htmlDocContentDumpOutput",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2173 if (!PyArg_ParseTuple(args, (char *)"OOz:htmlDocContentDumpOutput", &pyobj_buf, &pyobj_cur, &encoding))
2178 htmlDocContentDumpOutput(buf, cur, encoding);

Completed in 276 milliseconds