Searched refs:pcre1_flags (Results 1 – 1 of 1) sorted by relevance
201 map_to_pcre2_compile_flags (gint pcre1_flags) in map_to_pcre2_compile_flags() argument207 if (pcre1_flags & G_REGEX_FLAGS_CONVERTED) in map_to_pcre2_compile_flags()208 return pcre1_flags; in map_to_pcre2_compile_flags()210 if (pcre1_flags & G_REGEX_CASELESS) in map_to_pcre2_compile_flags()212 if (pcre1_flags & G_REGEX_MULTILINE) in map_to_pcre2_compile_flags()214 if (pcre1_flags & G_REGEX_DOTALL) in map_to_pcre2_compile_flags()216 if (pcre1_flags & G_REGEX_EXTENDED) in map_to_pcre2_compile_flags()218 if (pcre1_flags & G_REGEX_ANCHORED) in map_to_pcre2_compile_flags()220 if (pcre1_flags & G_REGEX_DOLLAR_ENDONLY) in map_to_pcre2_compile_flags()222 if (pcre1_flags & G_REGEX_UNGREEDY) in map_to_pcre2_compile_flags()[all …]