Home | History | Annotate | Download | only in src

Lines Matching refs:minlength

395   /* TRUE, when minlength is greater than 0. */
10870 common->might_be_empty = re->minlength == 0;
11097 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0)
11100 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(re->minlength));