libxml / injectable_functions /error_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
[
{
"function_name": "xmlIsCatastrophicError",
"function_signature": "int xmlIsCatastrophicError(int level, int code)",
"test_filename": "tests_error_xmlIsCatastrophicError.c"
},
{
"function_name": "xmlVSetError",
"function_signature": "static int xmlVSetError(xmlError *err,\n void *ctxt, xmlNodePtr node,\n int domain, int code, xmlErrorLevel level,\n const char *file, int line,\n const char *str1, const char *str2, const char *str3,\n int int1, int col,\n const char *fmt, va_list ap)",
"test_filename": "tests_error_xmlVSetError.c"
},
{
"function_name": "LIBXML_ATTR_FORMAT",
"function_signature": "static int LIBXML_ATTR_FORMAT(14,15)\nxmlSetError(xmlError *err,\n void *ctxt, xmlNodePtr node,\n int domain, int code, xmlErrorLevel level,\n const char *file, int line,\n const char *str1, const char *str2, const char *str3,\n int int1, int col,\n const char *fmt, ...)",
"test_filename": "tests_error_LIBXML_ATTR_FORMAT.c"
},
{
"function_name": "xmlVUpdateError",
"function_signature": "static int xmlVUpdateError(xmlError *err,\n void *ctxt, xmlNodePtr node,\n int domain, int code, xmlErrorLevel level,\n const char *file, int line,\n const char *str1, const char *str2, const char *str3,\n int int1, int col,\n const char *fmt, va_list ap)",
"test_filename": "tests_error_xmlVUpdateError.c"
},
{
"function_name": "xmlParserPrintFileInfo",
"function_signature": "void xmlParserPrintFileInfo(struct _xmlParserInput *input)",
"test_filename": "tests_error_xmlParserPrintFileInfo.c"
},
{
"function_name": "xmlParserPrintFileContextInternal",
"function_signature": "static void xmlParserPrintFileContextInternal(xmlParserInputPtr input ,\n\t\txmlGenericErrorFunc channel, void *data )",
"test_filename": "tests_error_xmlParserPrintFileContextInternal.c"
},
{
"function_name": "xmlFormatError",
"function_signature": "void xmlFormatError(const xmlError *err, xmlGenericErrorFunc channel, void *data)",
"test_filename": "tests_error_xmlFormatError.c"
},
{
"function_name": "xmlRaiseMemoryError",
"function_signature": "void xmlRaiseMemoryError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel,\n void *data, int domain, xmlError *error)",
"test_filename": "tests_error_xmlRaiseMemoryError.c"
},
{
"function_name": "xmlVRaiseError",
"function_signature": "int xmlVRaiseError(xmlStructuredErrorFunc schannel,\n xmlGenericErrorFunc channel, void *data, void *ctx,\n xmlNode *node, int domain, int code, xmlErrorLevel level,\n const char *file, int line, const char *str1,\n const char *str2, const char *str3, int int1, int col,\n const char *msg, va_list ap)",
"test_filename": "tests_error_xmlVRaiseError.c"
},
{
"function_name": "xmlRaiseError",
"function_signature": "int xmlRaiseError(xmlStructuredErrorFunc schannel,\n xmlGenericErrorFunc channel, void *data, void *ctx,\n xmlNode *node, int domain, int code, xmlErrorLevel level,\n const char *file, int line, const char *str1,\n const char *str2, const char *str3, int int1, int col,\n const char *msg, ...)",
"test_filename": "tests_error_xmlRaiseError.c"
},
{
"function_name": "xmlVFormatLegacyError",
"function_signature": "static void xmlVFormatLegacyError(void *ctx, const char *level,\n const char *fmt, va_list ap)",
"test_filename": "tests_error_xmlVFormatLegacyError.c"
},
{
"function_name": "xmlResetError",
"function_signature": "void xmlResetError(xmlError *err)",
"test_filename": "tests_error_xmlResetError.c"
},
{
"function_name": "xmlCopyError",
"function_signature": "int xmlCopyError(const xmlError *from, xmlError *to)",
"test_filename": "tests_error_xmlCopyError.c"
}
]