Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10830 int minminlength = 0; /* For minimal minlength from first/required CU */ in pcre2_compile() local
10846 minminlength++; in pcre2_compile()
10903 minminlength++; in pcre2_compile()
10949 if ((re->flags & PCRE2_FIRSTMAPSET) != 0 && minminlength == 0) in pcre2_compile()
10950 minminlength = 1; in pcre2_compile()
10955 if (re->minlength < minminlength) re->minlength = minminlength; in pcre2_compile()

Completed in 31 milliseconds