Searched refs:poptions (Results 1 – 3 of 3) sorted by relevance
809 uint32_t poptions; /* Pattern options */ member840 uint32_t poptions; /* Pattern options */ member
396 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()807 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()879 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()906 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()960 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()985 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()3240 mb->poptions = re->overall_options; in pcre2_dfa_match()
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()[all …]