pcre2 / injectable_functions /pcre2_pattern_info_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
864071c verified
[
{
"function_name": "pcre2_pattern_info",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where)",
"test_filename": "tests_pcre2_pattern_info_pcre2_pattern_info.c"
},
{
"function_name": "pcre2_callout_enumerate",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_callout_enumerate(const pcre2_code *code,\n int (*callback)(pcre2_callout_enumerate_block *, void *), void *callout_data)",
"test_filename": "tests_pcre2_pattern_info_pcre2_callout_enumerate.c"
}
]