Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5658 PCRE2_SIZE length_prevgroup = 0; in compile_branch() local
6824 length_prevgroup = 0; /* Initialize for pre-compile phase */ in compile_branch()
6842 &length_prevgroup /* Pre-compile phase */ in compile_branch()
6921 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
6926 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
7417 length_prevgroup = 3 + 3*LINK_SIZE; in compile_branch()
7552 if (PRIV(ckd_smul)(&delta, repeat_min - 1, length_prevgroup) || in compile_branch()
7602 length_prevgroup + 1 + 2 + 2*LINK_SIZE) || in compile_branch()

Completed in 49 milliseconds