Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9015 uint32_t lastitemlength = 0; in get_branchlength() local
9339 branchlength -= lastitemlength; in get_branchlength()
9347 if (lastitemlength != 0 && /* Should not occur, but just in case */ in get_branchlength()
9348 INT_MAX/lastitemlength < pptr[1] - 1) in get_branchlength()
9353 itemlength = (pptr[1] - 1) * lastitemlength; in get_branchlength()
9381 lastitemlength = itemlength; in get_branchlength()

Completed in 39 milliseconds