Searched refs:htmlNodeDumpOutput (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DHTMLtree.h129 htmlNodeDumpOutput (xmlOutputBufferPtr buf,
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c943 * htmlNodeDumpOutput:
953 htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, function
H A Dxmlsave.c1955 htmlNodeDumpOutput(outbuf, doc, cur, NULL);
H A Delfgcchack.h546 #undef htmlNodeDumpOutput macro
547 extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput __attribute((alias("htmlNodeDumpOutput__internal_alias")));
549 #ifndef htmlNodeDumpOutput
550 extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
551 #define htmlNodeDumpOutput htmlNodeDumpOutput__internal_alias macro
H A Dtestapi.c3434 htmlNodeDumpOutput(buf, doc, cur, (const char *)encoding);
3442 printf("Leak of %d blocks found in htmlNodeDumpOutput",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c3327 if (!PyArg_ParseTuple(args, (char *)"OOOz:htmlNodeDumpOutput", &pyobj_buf, &pyobj_doc, &pyobj_cur, &encoding))
3333 htmlNodeDumpOutput(buf, doc, cur, encoding);

Completed in 276 milliseconds