libxml / injectable_functions /debugXML_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
[
{
"function_name": "xmlCtxtDumpInitCtxt",
"function_signature": "static void xmlCtxtDumpInitCtxt(xmlDebugCtxtPtr ctxt)",
"test_filename": "tests_debugXML_xmlCtxtDumpInitCtxt.c"
},
{
"function_name": "xmlNsCheckScope",
"function_signature": "static int xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns)",
"test_filename": "tests_debugXML_xmlNsCheckScope.c"
},
{
"function_name": "xmlCtxtDumpSpaces",
"function_signature": "static void xmlCtxtDumpSpaces(xmlDebugCtxtPtr ctxt)",
"test_filename": "tests_debugXML_xmlCtxtDumpSpaces.c"
},
{
"function_name": "LIBXML_ATTR_FORMAT",
"function_signature": "static void LIBXML_ATTR_FORMAT(3,0) xmlDebugErr2(xmlDebugCtxtPtr ctxt, int error, const char *msg, int extra)\n{\n ctxt->errors++; fprintf(ctxt->output, \"ERROR %d: \", error);\n fprintf(ctxt->output, msg, extra); }\nstatic void LIBXML_ATTR_FORMAT(3,0)\nxmlDebugErr3(xmlDebugCtxtPtr ctxt, int error, const char *msg, const char *extra)",
"test_filename": "tests_debugXML_LIBXML_ATTR_FORMAT.c"
},
{
"function_name": "xmlCtxtNsCheckScope",
"function_signature": "static void xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns)",
"test_filename": "tests_debugXML_xmlCtxtNsCheckScope.c"
},
{
"function_name": "xmlCtxtCheckString",
"function_signature": "static void xmlCtxtCheckString(xmlDebugCtxtPtr ctxt, const xmlChar * str)",
"test_filename": "tests_debugXML_xmlCtxtCheckString.c"
},
{
"function_name": "xmlCtxtCheckName",
"function_signature": "static void xmlCtxtCheckName(xmlDebugCtxtPtr ctxt, const xmlChar * name)",
"test_filename": "tests_debugXML_xmlCtxtCheckName.c"
},
{
"function_name": "xmlCtxtGenericNodeCheck",
"function_signature": "static void xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node)",
"test_filename": "tests_debugXML_xmlCtxtGenericNodeCheck.c"
},
{
"function_name": "xmlCtxtDumpString",
"function_signature": "static void xmlCtxtDumpString(xmlDebugCtxtPtr ctxt, const xmlChar * str)",
"test_filename": "tests_debugXML_xmlCtxtDumpString.c"
},
{
"function_name": "xmlCtxtDumpDtdNode",
"function_signature": "static void xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)",
"test_filename": "tests_debugXML_xmlCtxtDumpDtdNode.c"
},
{
"function_name": "xmlCtxtDumpAttrDecl",
"function_signature": "static void xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr)",
"test_filename": "tests_debugXML_xmlCtxtDumpAttrDecl.c"
},
{
"function_name": "xmlCtxtDumpElemDecl",
"function_signature": "static void xmlCtxtDumpElemDecl(xmlDebugCtxtPtr ctxt, xmlElementPtr elem)",
"test_filename": "tests_debugXML_xmlCtxtDumpElemDecl.c"
},
{
"function_name": "xmlCtxtDumpEntityDecl",
"function_signature": "static void xmlCtxtDumpEntityDecl(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent)",
"test_filename": "tests_debugXML_xmlCtxtDumpEntityDecl.c"
},
{
"function_name": "xmlCtxtDumpNamespace",
"function_signature": "static void xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns)",
"test_filename": "tests_debugXML_xmlCtxtDumpNamespace.c"
},
{
"function_name": "xmlCtxtDumpEntity",
"function_signature": "static void xmlCtxtDumpEntity(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent)",
"test_filename": "tests_debugXML_xmlCtxtDumpEntity.c"
},
{
"function_name": "xmlCtxtDumpAttr",
"function_signature": "static void xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)",
"test_filename": "tests_debugXML_xmlCtxtDumpAttr.c"
},
{
"function_name": "xmlCtxtDumpOneNode",
"function_signature": "static void xmlCtxtDumpOneNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node)",
"test_filename": "tests_debugXML_xmlCtxtDumpOneNode.c"
},
{
"function_name": "xmlCtxtDumpNode",
"function_signature": "static void xmlCtxtDumpNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node)",
"test_filename": "tests_debugXML_xmlCtxtDumpNode.c"
},
{
"function_name": "xmlCtxtDumpDocHead",
"function_signature": "static void xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)",
"test_filename": "tests_debugXML_xmlCtxtDumpDocHead.c"
},
{
"function_name": "xmlCtxtDumpDocumentHead",
"function_signature": "static void xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)",
"test_filename": "tests_debugXML_xmlCtxtDumpDocumentHead.c"
},
{
"function_name": "xmlCtxtDumpDocument",
"function_signature": "static void xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)",
"test_filename": "tests_debugXML_xmlCtxtDumpDocument.c"
},
{
"function_name": "xmlCtxtDumpEntityCallback",
"function_signature": "static void xmlCtxtDumpEntityCallback(void *payload, void *data,\n const xmlChar *name ATTRIBUTE_UNUSED)",
"test_filename": "tests_debugXML_xmlCtxtDumpEntityCallback.c"
},
{
"function_name": "xmlCtxtDumpEntities",
"function_signature": "static void xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)",
"test_filename": "tests_debugXML_xmlCtxtDumpEntities.c"
},
{
"function_name": "xmlCtxtDumpDTD",
"function_signature": "static void xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)",
"test_filename": "tests_debugXML_xmlCtxtDumpDTD.c"
},
{
"function_name": "xmlDebugDumpString",
"function_signature": "void xmlDebugDumpString(FILE * output, const xmlChar * str)",
"test_filename": "tests_debugXML_xmlDebugDumpString.c"
},
{
"function_name": "xmlDebugDumpAttr",
"function_signature": "void xmlDebugDumpAttr(FILE *output, xmlAttr *attr, int depth)",
"test_filename": "tests_debugXML_xmlDebugDumpAttr.c"
},
{
"function_name": "xmlDebugDumpEntities",
"function_signature": "void xmlDebugDumpEntities(FILE * output, xmlDoc *doc)",
"test_filename": "tests_debugXML_xmlDebugDumpEntities.c"
},
{
"function_name": "xmlDebugDumpAttrList",
"function_signature": "void xmlDebugDumpAttrList(FILE * output, xmlAttr *attr, int depth)",
"test_filename": "tests_debugXML_xmlDebugDumpAttrList.c"
},
{
"function_name": "xmlDebugDumpOneNode",
"function_signature": "void xmlDebugDumpOneNode(FILE * output, xmlNode *node, int depth)",
"test_filename": "tests_debugXML_xmlDebugDumpOneNode.c"
},
{
"function_name": "xmlDebugDumpNode",
"function_signature": "void xmlDebugDumpNode(FILE * output, xmlNode *node, int depth)",
"test_filename": "tests_debugXML_xmlDebugDumpNode.c"
},
{
"function_name": "xmlDebugDumpNodeList",
"function_signature": "void xmlDebugDumpNodeList(FILE * output, xmlNode *node, int depth)",
"test_filename": "tests_debugXML_xmlDebugDumpNodeList.c"
},
{
"function_name": "xmlDebugDumpDocumentHead",
"function_signature": "void xmlDebugDumpDocumentHead(FILE * output, xmlDoc *doc)",
"test_filename": "tests_debugXML_xmlDebugDumpDocumentHead.c"
},
{
"function_name": "xmlDebugDumpDocument",
"function_signature": "void xmlDebugDumpDocument(FILE * output, xmlDoc *doc)",
"test_filename": "tests_debugXML_xmlDebugDumpDocument.c"
},
{
"function_name": "xmlDebugDumpDTD",
"function_signature": "void xmlDebugDumpDTD(FILE * output, xmlDtd *dtd)",
"test_filename": "tests_debugXML_xmlDebugDumpDTD.c"
},
{
"function_name": "xmlDebugCheckDocument",
"function_signature": "int xmlDebugCheckDocument(FILE * output, xmlDoc *doc)",
"test_filename": "tests_debugXML_xmlDebugCheckDocument.c"
}
]