Home
last modified time | relevance | path

Searched refs:minlength (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h636 uint16_t minlength; /* Minimum length of match */ member
H A Dpcre2_study.c1627 re->minlength = min; in PRIV()
H A Dpcre2_dfa_match.c3725 if (end_subject - start_match < re->minlength) goto NOMATCH_EXIT; in pcre2_dfa_match()
H A Dpcre2_jit_compile.c12060 common->might_be_empty = re->minlength == 0; in jit_compile()
12287 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
12290 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(re->minlength)); in jit_compile()
H A Dpcre2_match.c6568 if (end_subject - start_match < re->minlength) in pcre2_match()
H A Dpcre2_compile.c9628 re->minlength = 0; in pcre2_compile()
/PHP-7.3/ext/mysqli/
H A Dmysqli_nonapi.c1031 uint32_t minlength, maxlength, number, state; local
1049 minlength = cs.mbminlen;
1062 minlength = cs->char_minlen;
1073 add_property_long(return_value, "min_length", minlength);

Completed in 98 milliseconds