Home
last modified time | relevance | path

Searched refs:pcre_re (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgregex.c183 pcre2_code *pcre_re; /* compiled form of the pattern */ member
876 pcre2_pattern_info (regex->pcre_re, PCRE2_INFO_CAPTURECOUNT, in match_info_new()
887 match_info->regex->pcre_re, in match_info_new()
1032 match_info->matches = pcre2_match (match_info->regex->pcre_re, in g_match_info_next()
1386 return pcre2_substring_number_from_name (match_info->regex->pcre_re, (PCRE2_SPTR)name); in get_matched_substring_number()
1389 entrysize = pcre2_substring_nametable_scan (match_info->regex->pcre_re, in get_matched_substring_number()
1571 if (regex->pcre_re != NULL) in g_regex_unref()
1572 pcre2_code_free (regex->pcre_re); in g_regex_unref()
1645 regex->pcre_re = re; in g_regex_new()
1784 pcre2_pattern_info (regex->pcre_re, PCRE2_INFO_BACKREFMAX, &value); in g_regex_get_max_backref()
[all …]