Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c150 #define OFLOW_MAX (INT_MAX - 20) macro
4010 if (OFLOW_MAX - *lengthptr < (size_t)(code - last_code)) in compile_branch()
4177 if (OFLOW_MAX - *lengthptr < (size_t)(code - last_code)) in compile_branch()
5527 OFLOW_MAX - *lengthptr < delta) in compile_branch()
5579 OFLOW_MAX - *lengthptr < delta) in compile_branch()
7131 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
7858 if (OFLOW_MAX - *lengthptr < length) in compile_regex()