File size: 3,789 Bytes
6baed57 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
[
{
"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"
}
] |