Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c4454 int length_prevgroup = 0; in compile_branch() local
5666 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
6047 int delta = (repeat_min - 1)*length_prevgroup; in compile_branch()
6049 (INT64_OR_DOUBLE)length_prevgroup > in compile_branch()
6120 int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch()
6123 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
7570 length_prevgroup = 0; /* Initialize for pre-compile phase */ in compile_branch()
7590 &length_prevgroup /* Pre-compile phase */ in compile_branch()
7668 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
7673 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()

Completed in 26 milliseconds