pcre2 / injectable_functions /pcre2_auto_possess_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
864071c verified
[
{
"function_name": "check_char_prop",
"function_signature": "static BOOL check_char_prop(uint32_t c, unsigned int ptype, unsigned int pdata,\n BOOL negated)",
"test_filename": "tests_pcre2_auto_possess_check_char_prop.c"
},
{
"function_name": "get_repeat_base",
"function_signature": "static PCRE2_UCHAR get_repeat_base(PCRE2_UCHAR c)",
"test_filename": "tests_pcre2_auto_possess_get_repeat_base.c"
},
{
"function_name": "get_chr_property_list",
"function_signature": "static PCRE2_SPTR get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc,\n uint32_t *list)",
"test_filename": "tests_pcre2_auto_possess_get_chr_property_list.c"
},
{
"function_name": "compare_opcodes",
"function_signature": "static BOOL compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb,\n const uint32_t *base_list, PCRE2_SPTR base_end, int *rec_limit)",
"test_filename": "tests_pcre2_auto_possess_compare_opcodes.c"
}
]