Searched refs:moptions (Results 1 – 3 of 3) sorted by relevance
882 ((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()1285 (mb->moptions & (PCRE2_PARTIAL_HARD)) != 0 && in internal_dfa_match()2318 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()[all …]
890 uint32_t moptions; /* Match options */ member919 uint32_t moptions; /* Match options */ member
852 ((mb->moptions & PCRE2_NOTEMPTY) != 0 || in match()853 ((mb->moptions & PCRE2_NOTEMPTY_ATSTART) != 0 && in match()862 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()5915 if (Feptr != mb->start_subject || (mb->moptions & PCRE2_NOTBOL) != 0) in match()5929 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()5982 if ((mb->moptions & PCRE2_NOTBOL) != 0 && Feptr == mb->start_subject) in match()6014 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()7281 mb->moptions = options | fragment_options; in pcre2_match()7283 mb->moptions = options; in pcre2_match()
Completed in 43 milliseconds