Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h638 uint16_t minlength; /* Minimum length of match */ member
H A Dpcre2_compile.c9878 int minlength = INT_MAX; in set_lookbehind_lengths() local
9905 if (branchminlength < minlength) minlength = branchminlength; in set_lookbehind_lengths()
9922 gbptr[1] = minlength; in set_lookbehind_lengths()
9933 gbptr[1] = variable? minlength : LOOKBEHIND_MAX; in set_lookbehind_lengths()
10645 re->minlength = 0; in pcre2_compile()
10946 if (re->minlength < minminlength) re->minlength = minminlength; in pcre2_compile()
H A Dpcre2_study.c1907 re->minlength = (min > UINT16_MAX)? UINT16_MAX : min; in PRIV()
H A Dpcre2_dfa_match.c3933 if (end_subject - start_match < re->minlength) goto NOMATCH_EXIT; in pcre2_dfa_match()
H A Dpcre2_match.c7393 if (end_subject - start_match < re->minlength) in pcre2_match()
H A Dpcre2_jit_compile.c14135 common->might_be_empty = (re->minlength == 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()
14366 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMI… in jit_compile()
14369 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(re->minlength)); in jit_compile()
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c968 uint32_t minlength, maxlength, number, state; local
984 minlength = cs->char_minlen;
994 add_property_long(return_value, "min_length", minlength);

Completed in 103 milliseconds