Lines Matching refs:match_options

558                 gint          match_options,  in match_info_new()  argument
573 match_info->match_opts = match_options; in match_info_new()
1280 GRegexMatchFlags *match_options,
1301 GRegexMatchFlags match_options, in g_regex_new() argument
1313 g_return_val_if_fail ((match_options & ~G_REGEX_MATCH_MASK) == 0, NULL); in g_regex_new()
1343 &match_options, error); in g_regex_new()
1353 regex->match_opts = match_options; in g_regex_new()
1380 GRegexMatchFlags *match_options, in regex_compile() argument
1404 if (match_options != NULL) in regex_compile()
1405 *match_options |= PCRE_NO_UTF8_CHECK; in regex_compile()
1649 GRegexMatchFlags match_options) in g_regex_match_simple() argument
1657 result = g_regex_match_full (regex, string, -1, 0, match_options, NULL, NULL); in g_regex_match_simple()
1718 GRegexMatchFlags match_options, in g_regex_match() argument
1721 return g_regex_match_full (regex, string, -1, 0, match_options, in g_regex_match()
1797 GRegexMatchFlags match_options, in g_regex_match_full() argument
1808 g_return_val_if_fail ((match_options & ~G_REGEX_MATCH_MASK) == 0, FALSE); in g_regex_match_full()
1811 match_options, FALSE); in g_regex_match_full()
1851 GRegexMatchFlags match_options, in g_regex_match_all() argument
1854 return g_regex_match_all_full (regex, string, -1, 0, match_options, in g_regex_match_all()
1917 GRegexMatchFlags match_options, in g_regex_match_all_full() argument
1931 g_return_val_if_fail ((match_options & ~G_REGEX_MATCH_MASK) == 0, FALSE); in g_regex_match_all_full()
1957 match_options, TRUE); in g_regex_match_all_full()
1966 regex->match_opts | match_options, in g_regex_match_all_full()
2084 GRegexMatchFlags match_options) in g_regex_split_simple() argument
2093 result = g_regex_split_full (regex, string, -1, 0, match_options, 0, NULL); in g_regex_split_simple()
2130 GRegexMatchFlags match_options) in g_regex_split() argument
2133 match_options, 0, NULL); in g_regex_split()
2179 GRegexMatchFlags match_options, in g_regex_split_full() argument
2200 g_return_val_if_fail ((match_options & ~G_REGEX_MATCH_MASK) == 0, NULL); in g_regex_split_full()
2226 match_options, &match_info, &tmp_error); in g_regex_split_full()
2813 GRegexMatchFlags match_options, in g_regex_replace() argument
2825 g_return_val_if_fail ((match_options & ~G_REGEX_MATCH_MASK) == 0, NULL); in g_regex_replace()
2836 match_options, in g_regex_replace()
2886 GRegexMatchFlags match_options, in g_regex_replace_literal() argument
2890 g_return_val_if_fail ((match_options & ~G_REGEX_MATCH_MASK) == 0, NULL); in g_regex_replace_literal()
2894 match_options, in g_regex_replace_literal()
2966 GRegexMatchFlags match_options, in g_regex_replace_eval() argument
2981 g_return_val_if_fail ((match_options & ~G_REGEX_MATCH_MASK) == 0, NULL); in g_regex_replace_eval()
2990 match_options, &match_info, &tmp_error); in g_regex_replace_eval()