Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3874 size_t length_prevgroup = 0; in compile_branch() local
5177 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
5523 size_t delta = (repeat_min - 1)*length_prevgroup; in compile_branch()
5525 (INT64_OR_DOUBLE)length_prevgroup > in compile_branch()
5574 size_t delta = repeat_max*(length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch()
5577 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
7029 length_prevgroup = 0; /* Initialize for pre-compile phase */ in compile_branch()
7049 &length_prevgroup /* Pre-compile phase */ in compile_branch()
7131 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
7136 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()