File size: 1,504 Bytes
864071c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | [
{
"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"
}
] |