Searched refs:poptions (Results 1 – 3 of 3) sorted by relevance
550 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()551 BOOL utf_or_ucp = utf || (mb->poptions & PCRE2_UCP) != 0; in internal_dfa_match()960 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()1034 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()1061 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()1115 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()1140 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()3206 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()3429 mb->poptions = re->overall_options; in pcre2_dfa_match()
880 uint32_t poptions; /* Pattern options */ member909 uint32_t poptions; /* Pattern options */ member
367 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()384 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()386 if (utf || (mb->poptions & PCRE2_UCP) != 0) in match_ref()618 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()619 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()846 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()4770 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()5721 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()5777 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()5853 if ((mb->poptions & PCRE2_UCP) != 0) in match()[all …]