HomeSort by relevance Sort by last modified time
    Searched refs:moptions (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist2/src/
pcre2_dfa_match.c 507 if (rlevel == 1 && (mb->moptions & PCRE2_DFA_RESTART) != 0)
729 ((mb->moptions & PCRE2_NOTEMPTY) == 0 &&
730 ((mb->moptions & PCRE2_NOTEMPTY_ATSTART) == 0 ||
744 if ((mb->moptions & PCRE2_DFA_SHORTEST) != 0) return match_count;
    [all...]
pcre2_intmodedep.h 808 uint32_t moptions; /* Match options */ member in struct:match_block
839 uint32_t moptions; /* Match options */ member in struct:dfa_match_block
    [all...]
pcre2_match.c     [all...]
  /external/kmod/libkmod/
libkmod-module.c 1299 const char *moptions = kmod_module_get_options(m); local
    [all...]

Completed in 388 milliseconds