File size: 2,871 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | [
{
"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"
}
] |