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.c9374 int grouplength = -1; in get_grouplength() local
9401 if (branchlength > grouplength) grouplength = branchlength; in get_grouplength()
9409 gi[0] |= (uint32_t)(GI_SET_FIXED_LENGTH | grouplength); in get_grouplength()
9414 return grouplength; in get_grouplength()
9448 int grouplength, groupminlength; in get_branchlength() local
9719 grouplength = get_grouplength(&gptr, &groupminlength, FALSE, errcodeptr, in get_branchlength()
9721 if (grouplength < 0) in get_branchlength()
9726 itemlength = grouplength; in get_branchlength()
9765 grouplength = get_grouplength(&pptr, &groupminlength, TRUE, errcodeptr, in get_branchlength()
9767 if (grouplength < 0) return -1; in get_branchlength()
[all …]

Completed in 51 milliseconds