Lines Matching refs:poptions
149 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
161 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()
762 utf = (mb->poptions & PCRE2_UTF) != 0; in match()
2167 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
2220 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()
2279 if ((mb->poptions & PCRE2_UCP) != 0) in match()
2304 if ((mb->poptions & PCRE2_UCP) != 0) in match()
2329 if ((mb->poptions & PCRE2_UCP) != 0) in match()
2355 if ((mb->poptions & PCRE2_UCP) != 0) in match()
2848 if (min == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()
6640 mb->poptions = re->overall_options; /* Pattern options */ in pcre2_match()