Home
last modified time | relevance | path

Searched refs:moptions (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c882 ((mb->moptions & PCRE2_NOTEMPTY) == 0 && in internal_dfa_match()
969 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
997 (mb->moptions & (PCRE2_PARTIAL_HARD)) != 0 && in internal_dfa_match()
1021 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
1029 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
1044 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
1056 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
1069 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
1271 (mb->moptions & (PCRE2_PARTIAL_HARD)) != 0 && in internal_dfa_match()
2261 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h879 uint32_t moptions; /* Match options */ member
908 uint32_t moptions; /* Match options */ member
H A Dpcre2_match.c836 ((mb->moptions & PCRE2_NOTEMPTY) != 0 || in match()
837 ((mb->moptions & PCRE2_NOTEMPTY_ATSTART) != 0 && in match()
846 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
5706 if (Feptr != mb->start_subject || (mb->moptions & PCRE2_NOTBOL) != 0) in match()
5720 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
5773 if ((mb->moptions & PCRE2_NOTBOL) != 0 && Feptr == mb->start_subject) in match()
5805 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
7044 mb->moptions = options | fragment_options; in pcre2_match()
7046 mb->moptions = options; in pcre2_match()

Completed in 58 milliseconds