Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c550 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()
H A Dpcre2_intmodedep.h880 uint32_t poptions; /* Pattern options */ member
909 uint32_t poptions; /* Pattern options */ member
H A Dpcre2_match.c367 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()
5777 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
5853 if ((mb->poptions & PCRE2_UCP) != 0) in match()
5887 if ((mb->poptions & PCRE2_UCP) != 0) in match()
[all …]
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c621 uint32_t poptions = 0; in pcre_get_compiled_regex_cache_ex() local
757 case 'e': poptions |= PREG_REPLACE_EVAL; break; in pcre_get_compiled_regex_cache_ex()
779 if (poptions & PREG_REPLACE_EVAL) { in pcre_get_compiled_regex_cache_ex()
830 poptions |= PREG_JIT; in pcre_get_compiled_regex_cache_ex()
859 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache_ex()

Completed in 59 milliseconds