Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmt_rand.c220 if (UNEXPECTED(umax == UINT32_MAX)) { in rand_range32()
233 limit = UINT32_MAX - (UINT32_MAX % umax) - 1; in rand_range32()
243 #if ZEND_ULONG_MAX > UINT32_MAX
282 #if ZEND_ULONG_MAX > UINT32_MAX in php_mt_rand_range()
283 if (umax > UINT32_MAX) { in php_mt_rand_range()
/PHP-7.4/win32/
H A Dphp_stdint.h144 #define UINT32_MAX _UI32_MAX macro
159 #define UINT_LEAST32_MAX UINT32_MAX
173 #define UINT_FAST32_MAX UINT32_MAX
184 # define UINTPTR_MAX UINT32_MAX
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c145 if (re->limit_depth == UINT32_MAX) return PCRE2_ERROR_UNSET; in pcre2_pattern_info()
182 if (re->limit_heap == UINT32_MAX) return PCRE2_ERROR_UNSET; in pcre2_pattern_info()
213 if (re->limit_match == UINT32_MAX) return PCRE2_ERROR_UNSET; in pcre2_pattern_info()
H A Dpcre2_match.c131 UINT32_MAX, UINT32_MAX, /* * and *? */
132 UINT32_MAX, UINT32_MAX, /* + and +? */
135 UINT32_MAX, UINT32_MAX, 1 }; /* OP_CRPOS{STAR, PLUS, QUERY} */
1154 Lmax = UINT32_MAX; in match()
1162 Lmax = UINT32_MAX; in match()
1500 Lmax = UINT32_MAX; in match()
1508 Lmax = UINT32_MAX; in match()
2565 Lmax = UINT32_MAX; in match()
2572 Lmax = UINT32_MAX; in match()
4199 if (Lmax < UINT32_MAX) in match()
[all …]
H A Dpcre2_compile.c91 #if PCRE2_SIZE_MAX <= UINT32_MAX
4200 if (calloutlength > UINT32_MAX) in parse_regex()
9665 uint32_t limit_heap = UINT32_MAX; in pcre2_compile()
9666 uint32_t limit_match = UINT32_MAX; /* Unset match limits */ in pcre2_compile()
9667 uint32_t limit_depth = UINT32_MAX; in pcre2_compile()
9866 if (c > UINT32_MAX / 10 - 1) break; /* Integer overflow */ in pcre2_compile()
H A Dpcre2_dfa_match.c429 uint32_t newsize = (rws->size >= UINT32_MAX/2)? UINT32_MAX/2 : rws->size * 2; in more_workspace()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h94 # ifndef UINT32_MAX
95 #define UINT32_MAX _UI32_MAX macro
121 # define TIMELIB_ULONG_MAX UINT32_MAX
/PHP-7.4/Zend/
H A Dzend_long.h46 # define ZEND_ULONG_MAX UINT32_MAX
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c53 #ifndef UINT32_MAX
54 # define UINT32_MAX (0xffffffff) macro
431 #define CDF_SEC_LIMIT (UINT32_MAX / (64 * ss)) in cdf_read_sat()
844 #define CDF_SHLEN_LIMIT (UINT32_MAX / 64)
845 #define CDF_PROP_LIMIT (UINT32_MAX / (64 * sizeof(cdf_property_info_t)))
948 if (offs > UINT32_MAX / 4) { in cdf_read_property_info()
H A Dder.c204 if (len > UINT32_MAX - *p || *p + len >= l) in getlength()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1077 +#ifndef UINT32_MAX
1078 +# define UINT32_MAX (0xffffffff)

Completed in 86 milliseconds