pcre2 / injectable_functions /pcre2_match_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
864071c verified
[
{
"function_name": "display_frames",
"function_signature": "static void display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size,\n match_block *mb, pcre2_match_data *match_data, const char *s, ...)",
"test_filename": "tests_pcre2_match_display_frames.c"
},
{
"function_name": "do_callout",
"function_signature": "static int do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr)",
"test_filename": "tests_pcre2_match_do_callout.c"
},
{
"function_name": "match_ref",
"function_signature": "static int match_ref(PCRE2_SIZE offset, BOOL caseless, int caseopts, heapframe *F,\n match_block *mb, PCRE2_SIZE *lengthptr)",
"test_filename": "tests_pcre2_match_match_ref.c"
},
{
"function_name": "recurse_update_offsets",
"function_signature": "static void recurse_update_offsets(heapframe *F, heapframe *P)",
"test_filename": "tests_pcre2_match_recurse_update_offsets.c"
},
{
"function_name": "match",
"function_signature": "static int match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, uint16_t top_bracket,\n PCRE2_SIZE frame_size, pcre2_match_data *match_data, match_block *mb)",
"test_filename": "tests_pcre2_match_match.c"
}
]