Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dregex.c58 GRegexMatchFlags match_opts; member
72 regex = g_regex_new (data->pattern, data->compile_opts, data->match_opts, &error); in test_new()
92 data->match_opts = _match_opts; \
106 data->match_opts = 0; \
123 regex = g_regex_new (data->pattern, data->compile_opts, data->match_opts, &error); in test_new_fail()
136 data->match_opts = 0; \
147 GRegexMatchFlags match_opts; member
160 match = g_regex_match_simple (data->pattern, data->string, data->compile_opts, data->match_opts); in test_match_simple()
171 data->match_opts = _match_opts; \
193 regex = g_regex_new (data->pattern, data->compile_opts, data->match_opts, &error); in test_match()
[all …]
/third_party/glib/glib/
Dgregex.c167 GRegexMatchFlags match_opts; /* options used at match time on the regex */ member
185 GRegexMatchFlags match_opts; /* options used at match time on the regex */ member
863 match_info->match_opts = match_options; in match_info_new()
1031 opts = map_to_pcre2_match_flags (match_info->regex->match_opts | match_info->match_opts); in g_match_info_next()
1647 regex->match_opts = match_options; in g_regex_new()
1889 return map_to_pcre1_match_flags (regex->match_opts & G_REGEX_MATCH_MASK); in g_regex_get_match_flags()