Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9449 uint32_t lastitemlength = 0; in get_branchlength() local
9792 if (lastitemlength != 0 && /* Should not occur, but just in case */ in get_branchlength()
9794 (INT_MAX - branchlength)/lastitemlength < max - 1) in get_branchlength()
9801 if (max == 0) branchlength -= lastitemlength; in get_branchlength()
9802 else itemlength = (max - 1) * lastitemlength; in get_branchlength()
9831 lastitemlength = itemlength; in get_branchlength()

Completed in 23 milliseconds