Lines Matching refs:overall_options

5149 sljit_u32 overall_options = common->re->overall_options;  in mainloop_entry()  local
5154 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
5160 if ((overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
5194 else if ((overall_options & PCRE2_USE_OFFSET_LIMIT) != 0) in mainloop_entry()
11651 if (*cc == OP_ACCEPT && common->currententry == NULL && (common->re->overall_options & PCRE2_ENDANC… in compile_fail_accept_matchingpath()
13467 common->endonly = (re->overall_options & PCRE2_DOLLAR_ENDONLY) != 0; in jit_compile()
13471 common->unset_backref = (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) != 0; in jit_compile()
13472 common->alt_circumflex = (re->overall_options & PCRE2_ALT_CIRCUMFLEX) != 0; in jit_compile()
13475 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
13476 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
13528 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_… in jit_compile()
13543 if ((re->overall_options & (PCRE2_FIRSTLINE | PCRE2_USE_OFFSET_LIMIT)) != 0) in jit_compile()
13588 if ((re->overall_options & PCRE2_ANCHORED) == 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) … in jit_compile()
13646 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13651 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in jit_compile()
13666 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
13707 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
13741 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
13777 if ((re->overall_options & PCRE2_ANCHORED) == 0 && common->match_end_ptr != 0) in jit_compile()
13785 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13790 if ((re->overall_options & PCRE2_FIRSTLINE) == 0) in jit_compile()
14096 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) == 0) in pcre2_jit_compile()
14101 re->overall_options |= PCRE2_MATCH_INVALID_UTF; in pcre2_jit_compile()
14137 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0) in pcre2_jit_compile()