Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9372 int grouplength = -1; in get_grouplength() local
9399 if (branchlength > grouplength) grouplength = branchlength; in get_grouplength()
9407 gi[0] |= (uint32_t)(GI_SET_FIXED_LENGTH | grouplength); in get_grouplength()
9412 return grouplength; in get_grouplength()
9446 int grouplength, groupminlength; in get_branchlength() local
9717 grouplength = get_grouplength(&gptr, &groupminlength, FALSE, errcodeptr, in get_branchlength()
9719 if (grouplength < 0) in get_branchlength()
9724 itemlength = grouplength; in get_branchlength()
9763 grouplength = get_grouplength(&pptr, &groupminlength, TRUE, errcodeptr, in get_branchlength()
9765 if (grouplength < 0) return -1; in get_branchlength()
[all …]

Completed in 26 milliseconds