File size: 1,191 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 |
[
{
"function_name": "xmlFreeEntity",
"function_signature": "void xmlFreeEntity(xmlEntity *entity)",
"test_filename": "tests_entities_xmlFreeEntity.c"
},
{
"function_name": "xmlCreateEntity",
"function_signature": "static xmlEntityPtr xmlCreateEntity(xmlDocPtr doc, const xmlChar *name, int type,\n\t const xmlChar *publicId, const xmlChar *systemId,\n\t const xmlChar *content)",
"test_filename": "tests_entities_xmlCreateEntity.c"
},
{
"function_name": "xmlAddEntity",
"function_signature": "int xmlAddEntity(xmlDoc *doc, int extSubset, const xmlChar *name, int type,\n\t const xmlChar *publicId, const xmlChar *systemId,\n\t const xmlChar *content, xmlEntity **out)",
"test_filename": "tests_entities_xmlAddEntity.c"
},
{
"function_name": "xmlDumpEntityDecl",
"function_signature": "void xmlDumpEntityDecl(xmlBuffer *buf, xmlEntity *ent)",
"test_filename": "tests_entities_xmlDumpEntityDecl.c"
},
{
"function_name": "xmlDumpEntitiesTable",
"function_signature": "void xmlDumpEntitiesTable(xmlBuffer *buf, xmlEntitiesTable *table)",
"test_filename": "tests_entities_xmlDumpEntitiesTable.c"
}
] |