Searched refs:poptions (Results 1 – 3 of 3) sorted by relevance
546 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()955 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()1027 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()1054 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()1108 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()1133 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()3197 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()3408 mb->poptions = re->overall_options; in pcre2_dfa_match()
879 uint32_t poptions; /* Pattern options */ member908 uint32_t poptions; /* Pattern options */ member
367 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()384 if ((mb->poptions & PCRE2_UTF) != 0) in match_ref()600 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()827 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()4698 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()5636 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()5684 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()5760 if ((mb->poptions & PCRE2_UCP) != 0) in match()5794 if ((mb->poptions & PCRE2_UCP) != 0) in match()6251 mb->poptions = re->overall_options; /* Pattern options */ in pcre2_match()