Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h243 #define INT64_OR_DOUBLE int64_t macro
245 #define INT64_OR_DOUBLE double macro
H A Dpcre_compile.c6090 if ((INT64_OR_DOUBLE)(repeat_min - 1)* in compile_branch()
6091 (INT64_OR_DOUBLE)length_prevgroup > in compile_branch()
6092 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
6164 if ((INT64_OR_DOUBLE)repeat_max * in compile_branch()
6165 (INT64_OR_DOUBLE)(length_prevgroup + 1 + 2 + 2*LINK_SIZE) in compile_branch()
6166 > (INT64_OR_DOUBLE)INT_MAX || in compile_branch()

Completed in 43 milliseconds