Searched refs:word_regexp (Results 1 – 1 of 1) sorted by relevance
85 pcre2_code *word_regexp; member320 pcre2_code_free(group->word_regexp); in destroy_group()1078 build_regexp(&g->word_regexp, buffer); in build_regexps()1233 g->word_regexp) { in compute_raw_from_trans()1236 match_data = pcre2_match_data_create_from_pattern(g->word_regexp, NULL); in compute_raw_from_trans()1241 rc = pcre2_match(g->word_regexp, (PCRE2_SPTR8)s, len, 0, 0, match_data, NULL); in compute_raw_from_trans()