pcre2 / injectable_functions /pcre2_study_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
864071c verified
[
{
"function_name": "find_minlength",
"function_signature": "static int find_minlength(const pcre2_real_code *re, PCRE2_SPTR code,\n PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr,\n int *backref_cache)",
"test_filename": "tests_pcre2_study_find_minlength.c"
},
{
"function_name": "set_table_bit",
"function_signature": "static PCRE2_SPTR set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf,\n BOOL ucp)",
"test_filename": "tests_pcre2_study_set_table_bit.c"
},
{
"function_name": "set_type_bits",
"function_signature": "static void set_type_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit)",
"test_filename": "tests_pcre2_study_set_type_bits.c"
},
{
"function_name": "set_nottype_bits",
"function_signature": "static void set_nottype_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit)",
"test_filename": "tests_pcre2_study_set_nottype_bits.c"
},
{
"function_name": "study_char_list",
"function_signature": "static void study_char_list(PCRE2_SPTR code, uint8_t *start_bitmap,\n const uint8_t *char_lists_end)",
"test_filename": "tests_pcre2_study_study_char_list.c"
},
{
"function_name": "set_start_bits",
"function_signature": "static int set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp,\n int *depthptr)",
"test_filename": "tests_pcre2_study_set_start_bits.c"
}
]