[
{
"function_name": "htmlFindFirstChild",
"function_signature": "static htmlNodePtr htmlFindFirstChild(htmlNodePtr parent, const char *name)",
"test_filename": "tests_HTMLtree_htmlFindFirstChild.c"
},
{
"function_name": "htmlFindHead",
"function_signature": "static htmlNodePtr htmlFindHead(htmlDocPtr doc)",
"test_filename": "tests_HTMLtree_htmlFindHead.c"
},
{
"function_name": "htmlParseContentType",
"function_signature": "int htmlParseContentType(const xmlChar *val, htmlMetaEncodingOffsets *off)",
"test_filename": "tests_HTMLtree_htmlParseContentType.c"
},
{
"function_name": "htmlFindMetaEncodingAttr",
"function_signature": "static xmlAttrPtr htmlFindMetaEncodingAttr(htmlNodePtr elem, int *outIsContentType)",
"test_filename": "tests_HTMLtree_htmlFindMetaEncodingAttr.c"
},
{
"function_name": "htmlParseMetaEncoding",
"function_signature": "static int htmlParseMetaEncoding(htmlNodePtr elem, htmlMetaEncoding *menc)",
"test_filename": "tests_HTMLtree_htmlParseMetaEncoding.c"
},
{
"function_name": "htmlSetMetaEncoding",
"function_signature": "int htmlSetMetaEncoding(xmlDoc *doc, const xmlChar *encoding)",
"test_filename": "tests_HTMLtree_htmlSetMetaEncoding.c"
},
{
"function_name": "htmlIsBooleanAttr",
"function_signature": "int htmlIsBooleanAttr(const xmlChar *name)",
"test_filename": "tests_HTMLtree_htmlIsBooleanAttr.c"
},
{
"function_name": "htmlBufNodeDumpFormat",
"function_signature": "static size_t htmlBufNodeDumpFormat(xmlBufPtr buf, xmlDocPtr doc ATTRIBUTE_UNUSED,\n xmlNodePtr cur, int format)",
"test_filename": "tests_HTMLtree_htmlBufNodeDumpFormat.c"
},
{
"function_name": "htmlNodeDump",
"function_signature": "int htmlNodeDump(xmlBuffer *buf, xmlDoc *doc, xmlNode *cur)",
"test_filename": "tests_HTMLtree_htmlNodeDump.c"
},
{
"function_name": "htmlNodeDumpFileFormat",
"function_signature": "int htmlNodeDumpFileFormat(FILE *out, xmlDoc *doc ATTRIBUTE_UNUSED,\n\t xmlNode *cur, const char *encoding, int format)",
"test_filename": "tests_HTMLtree_htmlNodeDumpFileFormat.c"
},
{
"function_name": "htmlDocDumpMemoryFormat",
"function_signature": "void htmlDocDumpMemoryFormat(xmlDoc *cur, xmlChar**mem, int *size, int format)",
"test_filename": "tests_HTMLtree_htmlDocDumpMemoryFormat.c"
},
{
"function_name": "htmlDtdDumpOutput",
"function_signature": "static void htmlDtdDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc,\n\t const char *encoding ATTRIBUTE_UNUSED)",
"test_filename": "tests_HTMLtree_htmlDtdDumpOutput.c"
},
{
"function_name": "htmlSerializeUri",
"function_signature": "static void htmlSerializeUri(xmlOutputBufferPtr buf, const xmlChar *content)",
"test_filename": "tests_HTMLtree_htmlSerializeUri.c"
},
{
"function_name": "htmlAttrDumpOutput",
"function_signature": "static void htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlAttrPtr cur)",
"test_filename": "tests_HTMLtree_htmlAttrDumpOutput.c"
},
{
"function_name": "htmlNodeDumpInternal",
"function_signature": "void htmlNodeDumpInternal(xmlOutputBuffer *buf, xmlNode *cur,\n const char *encoding, int format)",
"test_filename": "tests_HTMLtree_htmlNodeDumpInternal.c"
},
{
"function_name": "htmlDocDump",
"function_signature": "int htmlDocDump(FILE *f, xmlDoc *cur)",
"test_filename": "tests_HTMLtree_htmlDocDump.c"
},
{
"function_name": "htmlSaveFileFormat",
"function_signature": "int htmlSaveFileFormat(const char *filename, xmlDoc *cur,\n\t const char *encoding, int format)",
"test_filename": "tests_HTMLtree_htmlSaveFileFormat.c"
}
]