Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4932 PCRE2_SIZE length_prevgroup = 0; in compile_branch() local
6019 length_prevgroup = 0; /* Initialize for pre-compile phase */ in compile_branch()
6035 &length_prevgroup /* Pre-compile phase */ in compile_branch()
6114 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
6119 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
6617 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
6743 PCRE2_SIZE delta = (repeat_min - 1)*length_prevgroup; in compile_branch()
6745 (INT64_OR_DOUBLE)length_prevgroup > in compile_branch()
6795 PCRE2_SIZE delta = repeat_max*(length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch()
6798 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()