| [ | |
| { | |
| "function_name": "pcre2_substring_copy_byname", | |
| "function_signature": "PCRE2_CALL_CONVENTION pcre2_substring_copy_byname(pcre2_match_data *match_data, PCRE2_SPTR stringname,\n PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr)", | |
| "test_filename": "tests_pcre2_substring_pcre2_substring_copy_byname.c" | |
| }, | |
| { | |
| "function_name": "pcre2_substring_copy_bynumber", | |
| "function_signature": "PCRE2_CALL_CONVENTION pcre2_substring_copy_bynumber(pcre2_match_data *match_data,\n uint32_t stringnumber, PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr)", | |
| "test_filename": "tests_pcre2_substring_pcre2_substring_copy_bynumber.c" | |
| }, | |
| { | |
| "function_name": "pcre2_substring_get_byname", | |
| "function_signature": "PCRE2_CALL_CONVENTION pcre2_substring_get_byname(pcre2_match_data *match_data,\n PCRE2_SPTR stringname, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr)", | |
| "test_filename": "tests_pcre2_substring_pcre2_substring_get_byname.c" | |
| }, | |
| { | |
| "function_name": "pcre2_substring_get_bynumber", | |
| "function_signature": "PCRE2_CALL_CONVENTION pcre2_substring_get_bynumber(pcre2_match_data *match_data,\n uint32_t stringnumber, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr)", | |
| "test_filename": "tests_pcre2_substring_pcre2_substring_get_bynumber.c" | |
| }, | |
| { | |
| "function_name": "pcre2_substring_length_byname", | |
| "function_signature": "PCRE2_CALL_CONVENTION pcre2_substring_length_byname(pcre2_match_data *match_data,\n PCRE2_SPTR stringname, PCRE2_SIZE *sizeptr)", | |
| "test_filename": "tests_pcre2_substring_pcre2_substring_length_byname.c" | |
| }, | |
| { | |
| "function_name": "pcre2_substring_length_bynumber", | |
| "function_signature": "PCRE2_CALL_CONVENTION pcre2_substring_length_bynumber(pcre2_match_data *match_data,\n uint32_t stringnumber, PCRE2_SIZE *sizeptr)", | |
| "test_filename": "tests_pcre2_substring_pcre2_substring_length_bynumber.c" | |
| }, | |
| { | |
| "function_name": "pcre2_substring_list_get", | |
| "function_signature": "PCRE2_CALL_CONVENTION pcre2_substring_list_get(pcre2_match_data *match_data, PCRE2_UCHAR ***listptr,\n PCRE2_SIZE **lengthsptr)", | |
| "test_filename": "tests_pcre2_substring_pcre2_substring_list_get.c" | |
| }, | |
| { | |
| "function_name": "pcre2_substring_nametable_scan", | |
| "function_signature": "PCRE2_CALL_CONVENTION pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname,\n PCRE2_SPTR *firstptr, PCRE2_SPTR *lastptr)", | |
| "test_filename": "tests_pcre2_substring_pcre2_substring_nametable_scan.c" | |
| } | |
| ] |