Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c884 ((mb->moptions & PCRE2_NOTEMPTY) == 0 && in internal_dfa_match()
971 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
999 (mb->moptions & (PCRE2_PARTIAL_HARD)) != 0 && in internal_dfa_match()
1023 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
1031 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
1046 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
1058 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
1071 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
1302 (mb->moptions & (PCRE2_PARTIAL_HARD)) != 0 && in internal_dfa_match()
2365 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h896 uint32_t moptions; /* Match options */ member
925 uint32_t moptions; /* Match options */ member
H A Dpcre2_match.c887 ((mb->moptions & PCRE2_NOTEMPTY) != 0 || in match()
888 ((mb->moptions & PCRE2_NOTEMPTY_ATSTART) != 0 && in match()
903 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
5448 (mb->moptions & PCRE2_DISABLE_RECURSELOOP_CHECK) == 0) in match()
6134 if (Feptr != mb->start_subject || (mb->moptions & PCRE2_NOTBOL) != 0) in match()
6148 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
6201 if ((mb->moptions & PCRE2_NOTBOL) != 0 && Feptr == mb->start_subject) in match()
6233 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
7502 mb->moptions = options | fragment_options; in pcre2_match()
7504 mb->moptions = options; in pcre2_match()

Completed in 29 milliseconds