Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9375 int groupminlength = INT_MAX; in get_grouplength() local
9402 if (branchminlength < groupminlength) groupminlength = branchminlength; in get_grouplength()
9410 gi[1] = groupminlength; in get_grouplength()
9413 *minptr = groupminlength; in get_grouplength()
9448 int grouplength, groupminlength; in get_branchlength() local
9719 grouplength = get_grouplength(&gptr, &groupminlength, FALSE, errcodeptr, in get_branchlength()
9727 itemminlength = groupminlength; in get_branchlength()
9765 grouplength = get_grouplength(&pptr, &groupminlength, TRUE, errcodeptr, in get_branchlength()
9769 itemminlength = groupminlength; in get_branchlength()

Completed in 26 milliseconds