Searched refs:suffix_regexp (Results 1 – 1 of 1) sorted by relevance
86 pcre2_code *suffix_regexp; member321 pcre2_code_free(group->suffix_regexp); in destroy_group()1088 build_regexp(&g->suffix_regexp, buffer); in build_regexps()1210 if (g->suffix_regexp) { in compute_raw_from_trans()1211 match_data = pcre2_match_data_create_from_pattern(g->suffix_regexp, NULL); in compute_raw_from_trans()1216 rc = pcre2_match(g->suffix_regexp, (PCRE2_SPTR8)work, work_len, 0, 0, match_data, NULL); in compute_raw_from_trans()