Lines Matching refs:overall_options

5227 sljit_u32 overall_options = common->re->overall_options;  in mainloop_entry()  local
5232 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
5238 if ((overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
5272 else if ((overall_options & PCRE2_USE_OFFSET_LIMIT) != 0) in mainloop_entry()
11959 if (*cc == OP_ACCEPT && common->currententry == NULL && (common->re->overall_options & PCRE2_ENDANC… in compile_fail_accept_matchingpath()
13773 common->endonly = (re->overall_options & PCRE2_DOLLAR_ENDONLY) != 0; in jit_compile()
13777 common->unset_backref = (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) != 0; in jit_compile()
13778 common->alt_circumflex = (re->overall_options & PCRE2_ALT_CIRCUMFLEX) != 0; in jit_compile()
13781 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
13782 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
13834 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_… in jit_compile()
13849 if ((re->overall_options & (PCRE2_FIRSTLINE | PCRE2_USE_OFFSET_LIMIT)) != 0) in jit_compile()
13894 if ((re->overall_options & PCRE2_ANCHORED) == 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) … in jit_compile()
13955 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13960 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in jit_compile()
13975 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
14016 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
14050 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
14086 if ((re->overall_options & PCRE2_ANCHORED) == 0 && common->match_end_ptr != 0) in jit_compile()
14094 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
14099 if ((re->overall_options & PCRE2_FIRSTLINE) == 0) in jit_compile()
14428 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) == 0) in pcre2_jit_compile()
14433 re->overall_options |= PCRE2_MATCH_INVALID_UTF; in pcre2_jit_compile()
14467 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0) in pcre2_jit_compile()