Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c507 if (rlevel == 1 && (mb->moptions & PCRE2_DFA_RESTART) != 0) in internal_dfa_match()
729 ((mb->moptions & PCRE2_NOTEMPTY) == 0 && in internal_dfa_match()
730 ((mb->moptions & PCRE2_NOTEMPTY_ATSTART) == 0 || in internal_dfa_match()
744 if ((mb->moptions & PCRE2_DFA_SHORTEST) != 0) return match_count; in internal_dfa_match()
800 if (ptr == start_subject && (mb->moptions & PCRE2_NOTBOL) == 0) in internal_dfa_match()
806 if ((ptr == start_subject && (mb->moptions & PCRE2_NOTBOL) == 0) || in internal_dfa_match()
816 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
844 (mb->moptions & (PCRE2_PARTIAL_HARD)) != 0 && in internal_dfa_match()
866 if (clen == 0 && (mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
874 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
[all …]
Dpcre2_intmodedep.h808 uint32_t moptions; /* Match options */ member
839 uint32_t moptions; /* Match options */ member
Dpcre2_match.c1532 ((mb->moptions & PCRE2_NOTEMPTY) != 0 || in match()
1533 ((mb->moptions & PCRE2_NOTEMPTY_ATSTART) != 0 && in match()
2149 if ((mb->moptions & PCRE2_NOTBOL) != 0 && eptr == mb->start_subject) in match()
2163 if ((mb->moptions & PCRE2_NOTBOL) != 0 && eptr == mb->start_subject) in match()
2209 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
2219 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
6639 mb->moptions = options; /* Match options */ in pcre2_match()
/external/kmod/libkmod/
Dlibkmod-module.c1299 const char *moptions = kmod_module_get_options(m); in kmod_module_probe_insert_module() local
1311 options = module_options_concat(moptions, in kmod_module_probe_insert_module()