libxml / injectable_functions /xmlstring_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
[
{
"function_name": "xmlStrcmp",
"function_signature": "int xmlStrcmp(const xmlChar *str1, const xmlChar *str2)",
"test_filename": "tests_xmlstring_xmlStrcmp.c"
},
{
"function_name": "xmlStrEqual",
"function_signature": "int xmlStrEqual(const xmlChar *str1, const xmlChar *str2)",
"test_filename": "tests_xmlstring_xmlStrEqual.c"
},
{
"function_name": "xmlStrQEqual",
"function_signature": "int xmlStrQEqual(const xmlChar *pref, const xmlChar *name, const xmlChar *str)",
"test_filename": "tests_xmlstring_xmlStrQEqual.c"
},
{
"function_name": "xmlStrncmp",
"function_signature": "int xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len)",
"test_filename": "tests_xmlstring_xmlStrncmp.c"
},
{
"function_name": "xmlStrcasecmp",
"function_signature": "int xmlStrcasecmp(const xmlChar *str1, const xmlChar *str2)",
"test_filename": "tests_xmlstring_xmlStrcasecmp.c"
},
{
"function_name": "xmlStrncasecmp",
"function_signature": "int xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len)",
"test_filename": "tests_xmlstring_xmlStrncasecmp.c"
},
{
"function_name": "xmlStrPrintf",
"function_signature": "int xmlStrPrintf(xmlChar *buf, int len, const char *msg, ...)",
"test_filename": "tests_xmlstring_xmlStrPrintf.c"
},
{
"function_name": "xmlStrVPrintf",
"function_signature": "int xmlStrVPrintf(xmlChar *buf, int len, const char *msg, va_list ap)",
"test_filename": "tests_xmlstring_xmlStrVPrintf.c"
},
{
"function_name": "xmlStrVASPrintf",
"function_signature": "int xmlStrVASPrintf(xmlChar **out, int maxSize, const char *msg, va_list ap)",
"test_filename": "tests_xmlstring_xmlStrVASPrintf.c"
},
{
"function_name": "xmlUTF8Size",
"function_signature": "int xmlUTF8Size(const xmlChar *utf)",
"test_filename": "tests_xmlstring_xmlUTF8Size.c"
},
{
"function_name": "xmlUTF8Strlen",
"function_signature": "int xmlUTF8Strlen(const xmlChar *utf)",
"test_filename": "tests_xmlstring_xmlUTF8Strlen.c"
},
{
"function_name": "xmlGetUTF8Char",
"function_signature": "int xmlGetUTF8Char(const unsigned char *utf, int *len)",
"test_filename": "tests_xmlstring_xmlGetUTF8Char.c"
},
{
"function_name": "xmlCheckUTF8",
"function_signature": "int xmlCheckUTF8(const unsigned char *utf)",
"test_filename": "tests_xmlstring_xmlCheckUTF8.c"
},
{
"function_name": "xmlUTF8Strsize",
"function_signature": "int xmlUTF8Strsize(const xmlChar *utf, int len)",
"test_filename": "tests_xmlstring_xmlUTF8Strsize.c"
},
{
"function_name": "xmlUTF8Strloc",
"function_signature": "int xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar)",
"test_filename": "tests_xmlstring_xmlUTF8Strloc.c"
}
]