Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h637 uint16_t minlength; /* Minimum length of match */ member
H A Dpcre2_study.c1817 re->minlength = (min > UINT16_MAX)? UINT16_MAX : min; in PRIV()
H A Dpcre2_compile.c10157 re->minlength = 0; in pcre2_compile()
10458 if (re->minlength < minminlength) re->minlength = minminlength; in pcre2_compile()
H A Dpcre2_dfa_match.c3803 if (end_subject - start_match < re->minlength) goto NOMATCH_EXIT; in pcre2_dfa_match()
H A Dpcre2_match.c6935 if (end_subject - start_match < re->minlength) in pcre2_match()
H A Dpcre2_jit_compile.c13438 common->might_be_empty = (re->minlength == 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()
13666 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
13669 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(re->minlength)); in jit_compile()
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c1058 uint32_t minlength, maxlength, number, state; local
1076 minlength = cs.mbminlen;
1089 minlength = cs->char_minlen;
1100 add_property_long(return_value, "min_length", minlength);

Completed in 120 milliseconds