pcre2 / injectable_functions /pcre2_convert_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
864071c verified
[
{
"function_name": "convert_posix",
"function_signature": "static int convert_posix(uint32_t pattype, PCRE2_SPTR pattern, PCRE2_SIZE plength,\n BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length,\n PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext)",
"test_filename": "tests_pcre2_convert_convert_posix.c"
},
{
"function_name": "convert_glob_write_str",
"function_signature": "static void convert_glob_write_str(pcre2_output_context *out, PCRE2_SIZE length)",
"test_filename": "tests_pcre2_convert_convert_glob_write_str.c"
},
{
"function_name": "convert_glob_print_wildcard",
"function_signature": "static void convert_glob_print_wildcard(pcre2_output_context *out,\n PCRE2_UCHAR separator, BOOL with_escape)",
"test_filename": "tests_pcre2_convert_convert_glob_print_wildcard.c"
},
{
"function_name": "convert_glob_parse_class",
"function_signature": "static int convert_glob_parse_class(PCRE2_SPTR *from, PCRE2_SPTR pattern_end,\n pcre2_output_context *out)",
"test_filename": "tests_pcre2_convert_convert_glob_parse_class.c"
},
{
"function_name": "convert_glob_char_in_class",
"function_signature": "static BOOL convert_glob_char_in_class(int class_index, PCRE2_UCHAR c)",
"test_filename": "tests_pcre2_convert_convert_glob_char_in_class.c"
},
{
"function_name": "convert_glob_parse_range",
"function_signature": "static int convert_glob_parse_range(PCRE2_SPTR *from, PCRE2_SPTR pattern_end,\n pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator,\n BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep)",
"test_filename": "tests_pcre2_convert_convert_glob_parse_range.c"
},
{
"function_name": "convert_glob_print_commit",
"function_signature": "static void convert_glob_print_commit(pcre2_output_context *out)",
"test_filename": "tests_pcre2_convert_convert_glob_print_commit.c"
},
{
"function_name": "convert_glob",
"function_signature": "static int convert_glob(uint32_t options, PCRE2_SPTR pattern, PCRE2_SIZE plength,\n BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length,\n PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext)",
"test_filename": "tests_pcre2_convert_convert_glob.c"
},
{
"function_name": "pcre2_pattern_convert",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_pattern_convert(PCRE2_SPTR pattern, PCRE2_SIZE plength, uint32_t options,\n PCRE2_UCHAR **buffptr, PCRE2_SIZE *bufflenptr,\n pcre2_convert_context *ccontext)",
"test_filename": "tests_pcre2_convert_pcre2_pattern_convert.c"
},
{
"function_name": "pcre2_converted_pattern_free",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_converted_pattern_free(PCRE2_UCHAR *converted)",
"test_filename": "tests_pcre2_convert_pcre2_converted_pattern_free.c"
}
]