pcre2 / injectable_functions /pcre2posix_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
864071c verified
[
{
"function_name": "pcre2_regerror",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_regerror(int errcode, const regex_t *preg, char *errbuf,\n size_t errbuf_size)",
"test_filename": "tests_pcre2posix_pcre2_regerror.c"
},
{
"function_name": "pcre2_regcomp",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_regcomp(regex_t *preg, const char *pattern, int cflags)",
"test_filename": "tests_pcre2posix_pcre2_regcomp.c"
},
{
"function_name": "pcre2_regexec",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_regexec(const regex_t *preg, const char *string, size_t nmatch,\n regmatch_t pmatch[], int eflags)",
"test_filename": "tests_pcre2posix_pcre2_regexec.c"
}
]