| [ | |
| { | |
| "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" | |
| } | |
| ] |