Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.c253 map_to_pcre2_match_flags (gint pcre1_flags) in map_to_pcre2_match_flags() function
851 match_options = map_to_pcre2_match_flags (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()
1612 match_options = map_to_pcre2_match_flags (match_options); in g_regex_new()
1667 *match_options = map_to_pcre2_match_flags (*match_options); in regex_compile()
1924 match_options = map_to_pcre2_match_flags (match_options); in g_regex_match_simple()
1993 match_options = map_to_pcre2_match_flags (match_options); in g_regex_match()
2078 match_options = map_to_pcre2_match_flags (match_options); in g_regex_match_full()
2130 match_options = map_to_pcre2_match_flags (match_options); in g_regex_match_all()
2206 match_options = map_to_pcre2_match_flags (match_options); in g_regex_match_all_full()
[all …]