Home | History | Annotate | Download | only in src

Lines Matching defs:overall_options

3701 sljit_u32 overall_options = common->re->overall_options;
3706 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0)
3712 if ((overall_options & PCRE2_FIRSTLINE) != 0)
3746 else if ((overall_options & PCRE2_USE_OFFSET_LIMIT) != 0)
10300 if (*cc == OP_ACCEPT && common->currententry == NULL && (common->re->overall_options & PCRE2_ENDANCHORED) != 0)
12087 common->endonly = (re->overall_options & PCRE2_DOLLAR_ENDONLY) != 0;
12091 common->unset_backref = (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) != 0;
12092 common->alt_circumflex = (re->overall_options & PCRE2_ALT_CIRCUMFLEX) != 0;
12095 common->utf = (re->overall_options & PCRE2_UTF) != 0;
12096 common->use_ucp = (re->overall_options & PCRE2_UCP) != 0;
12146 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0)
12161 if ((re->overall_options & (PCRE2_FIRSTLINE | PCRE2_USE_OFFSET_LIMIT)) != 0)
12206 if ((re->overall_options & PCRE2_ANCHORED) == 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0)
12267 if ((re->overall_options & PCRE2_ANCHORED) == 0)
12272 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0)
12287 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0)
12328 if ((re->overall_options & PCRE2_ENDANCHORED) != 0)
12360 if ((re->overall_options & PCRE2_ENDANCHORED) != 0)
12396 if ((re->overall_options & PCRE2_ANCHORED) == 0 && common->match_end_ptr != 0)
12404 if ((re->overall_options & PCRE2_ANCHORED) == 0)
12409 if ((re->overall_options & PCRE2_FIRSTLINE) == 0)