Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c200 #define OFLOW_MAX (INT_MAX - 20) macro
5418 if (OFLOW_MAX - *lengthptr < (PCRE2_SIZE)(code - orig_code)) in compile_branch()
6544 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
7007 OFLOW_MAX - *lengthptr < delta) in compile_branch()
7177 OFLOW_MAX - *lengthptr < delta) in compile_branch()
7230 OFLOW_MAX - *lengthptr < delta) in compile_branch()
8183 if (OFLOW_MAX - *lengthptr < length) in compile_regex()

Completed in 27 milliseconds