MCPcopy Create free account
hub / github.com/Kitware/VTK / htmlDocDumpMemory

Function htmlDocDumpMemory

ThirdParty/libxml2/vtklibxml2/HTMLtree.c:595–598  ·  view source on GitHub ↗

* htmlDocDumpMemory: * @cur: the document * @mem: OUT: the memory pointer * @size: OUT: the memory length * * Dump an HTML document in memory and return the xmlChar * and it's size. * It's up to the caller to free the memory. */

Source from the content-addressed store, hash-verified

593 * It's up to the caller to free the memory.
594 */
595void
596htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) {
597 htmlDocDumpMemoryFormat(cur, mem, size, 1);
598}
599
600
601/************************************************************************

Callers 4

pushParseTestFunction · 0.85
pushBoundaryTestFunction · 0.85
errParseTestFunction · 0.85
fdParseTestFunction · 0.85

Calls 1

htmlDocDumpMemoryFormatFunction · 0.85

Tested by 4

pushParseTestFunction · 0.68
pushBoundaryTestFunction · 0.68
errParseTestFunction · 0.68
fdParseTestFunction · 0.68