Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8950 int grouplength = -1; in get_grouplength() local
8974 if (grouplength == -1) grouplength = branchlength; in get_grouplength()
8975 else if (grouplength != branchlength) goto ISNOTFIXED; in get_grouplength()
8981 cb->groupinfo[group] |= (uint32_t)(GI_SET_FIXED_LENGTH | grouplength); in get_grouplength()
8982 return grouplength; in get_grouplength()
9014 int grouplength; in get_branchlength() local
9279 if (grouplength < 0) in get_branchlength()
9284 itemlength = grouplength; in get_branchlength()
9322 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength()
9324 if (grouplength < 0) return -1; in get_branchlength()
[all …]

Completed in 30 milliseconds