Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9076 int grouplength = -1; in get_grouplength() local
9100 if (grouplength == -1) grouplength = branchlength; in get_grouplength()
9101 else if (grouplength != branchlength) goto ISNOTFIXED; in get_grouplength()
9107 cb->groupinfo[group] |= (uint32_t)(GI_SET_FIXED_LENGTH | grouplength); in get_grouplength()
9108 return grouplength; in get_grouplength()
9140 int grouplength; in get_branchlength() local
9405 if (grouplength < 0) in get_branchlength()
9410 itemlength = grouplength; in get_branchlength()
9448 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength()
9450 if (grouplength < 0) return -1; in get_branchlength()
[all …]

Completed in 27 milliseconds