pcre2 / injectable_functions /pcre2_context_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
864071c verified
[
{
"function_name": "pcre2_set_bsr",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_set_bsr(pcre2_compile_context *ccontext, uint32_t value)",
"test_filename": "tests_pcre2_context_pcre2_set_bsr.c"
},
{
"function_name": "pcre2_set_newline",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline)",
"test_filename": "tests_pcre2_context_pcre2_set_newline.c"
},
{
"function_name": "pcre2_set_optimize",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_set_optimize(pcre2_compile_context *ccontext, uint32_t directive)",
"test_filename": "tests_pcre2_context_pcre2_set_optimize.c"
},
{
"function_name": "pcre2_set_substitute_case_callout",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_set_substitute_case_callout(pcre2_match_context *mcontext,\n PCRE2_SIZE (*substitute_case_callout)(PCRE2_SPTR, PCRE2_SIZE, PCRE2_UCHAR *,\n PCRE2_SIZE, int, void *),\n void *substitute_case_callout_data)",
"test_filename": "tests_pcre2_context_pcre2_set_substitute_case_callout.c"
},
{
"function_name": "pcre2_set_recursion_memory_management",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_set_recursion_memory_management(pcre2_match_context *mcontext,\n void *(*mymalloc)(size_t, void *), void (*myfree)(void *, void *),\n void *mydata)",
"test_filename": "tests_pcre2_context_pcre2_set_recursion_memory_management.c"
}
]