Home
last modified time | relevance | path

Searched refs:poptions (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h896 uint32_t poptions; /* Pattern options */ member
925 uint32_t poptions; /* Pattern options */ member
H A Dpcre2_dfa_match.c552 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()
553 BOOL utf_or_ucp = utf || (mb->poptions & PCRE2_UCP) != 0; in internal_dfa_match()
962 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()
1036 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()
1063 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()
3315 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3540 mb->poptions = re->overall_options; in pcre2_dfa_match()
H A Dpcre2_match.c374 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()
391 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
393 if (utf || (mb->poptions & PCRE2_UCP) != 0) in match_ref()
633 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
634 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()
903 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
5072 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()
6149 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()
6205 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
6969 mb->poptions = re->overall_options; /* Pattern options */ in pcre2_match()
/php-src/ext/pcre/
H A Dphp_pcre.c605 uint32_t poptions = 0; in pcre_get_compiled_regex_cache_ex() local
806 poptions |= PREG_JIT; in pcre_get_compiled_regex_cache_ex()
835 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache_ex()

Completed in 82 milliseconds