Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c655 if (rlevel == 1 && (mb->moptions & PCRE2_DFA_RESTART) != 0) in internal_dfa_match()
877 ((mb->moptions & PCRE2_NOTEMPTY) == 0 && in internal_dfa_match()
878 ((mb->moptions & PCRE2_NOTEMPTY_ATSTART) == 0 || in internal_dfa_match()
892 if ((mb->moptions & PCRE2_DFA_SHORTEST) != 0) return match_count; in internal_dfa_match()
948 if (ptr == start_subject && (mb->moptions & PCRE2_NOTBOL) == 0) in internal_dfa_match()
954 if ((ptr == start_subject && (mb->moptions & PCRE2_NOTBOL) == 0) || in internal_dfa_match()
964 if ((mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
992 (mb->moptions & (PCRE2_PARTIAL_HARD)) != 0 && in internal_dfa_match()
1014 if (clen == 0 && (mb->moptions & PCRE2_PARTIAL_HARD) != 0) in internal_dfa_match()
1022 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
[all …]
Dpcre2_intmodedep.h878 uint32_t moptions; /* Match options */ member
907 uint32_t moptions; /* Match options */ member
Dpcre2_match.c817 ((mb->moptions & PCRE2_NOTEMPTY) != 0 || in match()
818 ((mb->moptions & PCRE2_NOTEMPTY_ATSTART) != 0 && in match()
827 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
5621 if (Feptr != mb->start_subject || (mb->moptions & PCRE2_NOTBOL) != 0) in match()
5635 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
5680 if ((mb->moptions & PCRE2_NOTBOL) != 0 && Feptr == mb->start_subject) in match()
5712 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
6250 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()