• Home
  • Raw
  • Download

Lines Matching refs:overall_options

4819 sljit_u32 overall_options = common->re->overall_options;  in mainloop_entry()  local
4824 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
4830 if ((overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
4864 else if ((overall_options & PCRE2_USE_OFFSET_LIMIT) != 0) in mainloop_entry()
11705 if (*cc == OP_ACCEPT && common->currententry == NULL && (common->re->overall_options & PCRE2_ENDANC… in compile_fail_accept_matchingpath()
13506 common->endonly = (re->overall_options & PCRE2_DOLLAR_ENDONLY) != 0; in jit_compile()
13510 common->unset_backref = (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) != 0; in jit_compile()
13511 common->alt_circumflex = (re->overall_options & PCRE2_ALT_CIRCUMFLEX) != 0; in jit_compile()
13514 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
13515 common->use_ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
13567 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_… in jit_compile()
13582 if ((re->overall_options & (PCRE2_FIRSTLINE | PCRE2_USE_OFFSET_LIMIT)) != 0) in jit_compile()
13627 if ((re->overall_options & PCRE2_ANCHORED) == 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) … in jit_compile()
13688 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13693 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in jit_compile()
13708 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
13749 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
13781 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
13817 if ((re->overall_options & PCRE2_ANCHORED) == 0 && common->match_end_ptr != 0) in jit_compile()
13825 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13830 if ((re->overall_options & PCRE2_FIRSTLINE) == 0) in jit_compile()