Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c539 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()
948 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()
1020 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()
1047 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()
1101 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
1126 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
3190 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3395 mb->poptions = re->overall_options; in pcre2_dfa_match()
H A Dpcre2_intmodedep.h876 uint32_t poptions; /* Pattern options */ member
905 uint32_t poptions; /* Pattern options */ member
H A Dpcre2_match.c366 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()
383 if ((mb->poptions & PCRE2_UTF) != 0) in match_ref()
599 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
826 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
4697 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()
5626 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()
5674 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
5750 if ((mb->poptions & PCRE2_UCP) != 0) in match()
5784 if ((mb->poptions & PCRE2_UCP) != 0) in match()
6212 mb->poptions = re->overall_options; /* Pattern options */ in pcre2_match()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c546 uint32_t poptions = 0; in pcre_get_compiled_regex_cache_ex() local
696 case 'e': poptions |= PREG_REPLACE_EVAL; break; in pcre_get_compiled_regex_cache_ex()
720 if (poptions & PREG_REPLACE_EVAL) { in pcre_get_compiled_regex_cache_ex()
786 poptions |= PREG_JIT; in pcre_get_compiled_regex_cache_ex()
815 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache_ex()

Completed in 41 milliseconds