Home
last modified time | relevance | path

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

/PHP-8.3/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()
3263 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3488 mb->poptions = re->overall_options; in pcre2_dfa_match()
H A Dpcre2_intmodedep.h891 uint32_t poptions; /* Pattern options */ member
920 uint32_t poptions; /* Pattern options */ member
H A Dpcre2_match.c369 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()
386 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
388 if (utf || (mb->poptions & PCRE2_UCP) != 0) in match_ref()
627 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
628 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()
862 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
4979 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()
5986 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
6062 if ((mb->poptions & PCRE2_UCP) != 0) in match()
6096 if ((mb->poptions & PCRE2_UCP) != 0) in match()
[all …]
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c606 uint32_t poptions = 0; in pcre_get_compiled_regex_cache_ex() local
741 case 'e': poptions |= PREG_REPLACE_EVAL; break; in pcre_get_compiled_regex_cache_ex()
763 if (poptions & PREG_REPLACE_EVAL) { in pcre_get_compiled_regex_cache_ex()
814 poptions |= PREG_JIT; in pcre_get_compiled_regex_cache_ex()
843 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache_ex()

Completed in 39 milliseconds