Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9035 uint32_t *gptr, *gptrend; in get_branchlength() local
9254 for (gptr = cb->parsed_pattern; *gptr != META_END; gptr++) in get_branchlength()
9256 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
9257 else if (*gptr == (META_CAPTURE | group)) break; in get_branchlength()
9263 gptrend = parsed_skip(gptr + 1, PSKIP_KET); in get_branchlength()
9265 if (pptr > gptr && pptr < gptrend) goto ISNOTFIXED; /* Local recursion */ in get_branchlength()
9266 for (r = recurses; r != NULL; r = r->prev) if (r->groupptr == gptr) break; in get_branchlength()
9269 this_recurse.groupptr = gptr; in get_branchlength()
9276 gptr++; in get_branchlength()
9277 grouplength = get_grouplength(&gptr, FALSE, errcodeptr, lcptr, group, in get_branchlength()

Completed in 25 milliseconds