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

/external/pcre/
H A Dpcre_compile.c2970 int length_prevgroup = 0; local
4568 int delta = (repeat_min - 1)*length_prevgroup;
4570 (INT64_OR_DOUBLE)length_prevgroup >
4622 int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) -
4625 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE)
5608 length_prevgroup = 3 + 3*LINK_SIZE;
5741 length_prevgroup = 0; /* Initialize for pre-compile phase */
5758 &length_prevgroup /* Pre-compile phase */
5826 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE)
5831 *lengthptr += length_prevgroup
[all...]

Completed in 23 milliseconds