• Home
  • Raw
  • Download

Lines Matching refs:overall_options

5153 sljit_u32 overall_options = common->re->overall_options;  in mainloop_entry()  local
5158 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
5164 if ((overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
5198 else if ((overall_options & PCRE2_USE_OFFSET_LIMIT) != 0) in mainloop_entry()
11728 if (*cc == OP_ACCEPT && common->currententry == NULL && (common->re->overall_options & PCRE2_ENDANC… in compile_fail_accept_matchingpath()
13544 common->endonly = (re->overall_options & PCRE2_DOLLAR_ENDONLY) != 0; in jit_compile()
13548 common->unset_backref = (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) != 0; in jit_compile()
13549 common->alt_circumflex = (re->overall_options & PCRE2_ALT_CIRCUMFLEX) != 0; in jit_compile()
13552 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
13553 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
13605 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_… in jit_compile()
13620 if ((re->overall_options & (PCRE2_FIRSTLINE | PCRE2_USE_OFFSET_LIMIT)) != 0) in jit_compile()
13665 if ((re->overall_options & PCRE2_ANCHORED) == 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) … in jit_compile()
13723 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13728 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in jit_compile()
13743 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
13784 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
13818 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
13854 if ((re->overall_options & PCRE2_ANCHORED) == 0 && common->match_end_ptr != 0) in jit_compile()
13862 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13867 if ((re->overall_options & PCRE2_FIRSTLINE) == 0) in jit_compile()
14173 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) == 0) in pcre2_jit_compile()
14178 re->overall_options |= PCRE2_MATCH_INVALID_UTF; in pcre2_jit_compile()
14214 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0) in pcre2_jit_compile()