Searched refs:prefix_regexp (Results 1 – 1 of 1) sorted by relevance
84 pcre2_code *prefix_regexp; member319 pcre2_code_free(group->prefix_regexp); in destroy_group()1037 build_regexp(&g->prefix_regexp, buffer); in build_regexps()1192 if (g->prefix_regexp) { in compute_raw_from_trans()1193 match_data = pcre2_match_data_create_from_pattern(g->prefix_regexp, NULL); in compute_raw_from_trans()1198 rc = pcre2_match(g->prefix_regexp, (PCRE2_SPTR8)work, work_len, 0, 0, match_data, NULL); in compute_raw_from_trans()