Home
last modified time | relevance | path

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

/PHP-8.4/ext/fileinfo/
H A Dphp_libmagic.h58 #ifndef UINT32_MAX
59 # define UINT32_MAX (0xffffffff) macro
/PHP-8.4/ext/openssl/
H A Dopenssl_pwhash.c37 #define PHP_OPENSSL_MEMLIMIT_MAX UINT32_MAX
39 #define PHP_OPENSSL_ITERLIMIT_MAX UINT32_MAX
41 #define PHP_OPENSSL_THREADS_MAX UINT32_MAX
141 if ((ZSTR_LEN(password) >= UINT32_MAX)) { in php_openssl_argon2_hash()
225 if ((ZSTR_LEN(password) >= UINT32_MAX) || (ZSTR_LEN(digest) >= UINT32_MAX)) { in php_openssl_argon2_verify()
/PHP-8.4/ext/opcache/
H A Dshared_alloc_mmap.c96 if (end - last_candidate < UINT32_MAX) { in find_prefered_mmap_base()
106 if (last_free_addr + requested_size - text_start > UINT32_MAX) { in find_prefered_mmap_base()
150 if (e_end - last_candidate < UINT32_MAX) { in find_prefered_mmap_base()
160 if (last_free_addr + requested_size - text_start > UINT32_MAX) { in find_prefered_mmap_base()
H A DZendAccelerator.h241 #define ZEND_STRING_TABLE_POS_MAX UINT32_MAX
H A Dzend_accelerator_module.c51 UINT32_MAX / (32 * 1024 * sizeof(zend_string_table_pos_t)) \
/PHP-8.4/ext/standard/
H A Duniqid.c80 seed = ((double) bytes / UINT32_MAX) * 10.0; in PHP_FUNCTION()
/PHP-8.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.c136 UINT32_MAX, UINT32_MAX, /* * and *? */
137 UINT32_MAX, UINT32_MAX, /* + and +? */
140 UINT32_MAX, UINT32_MAX, 1 }; /* OP_CRPOS{STAR, PLUS, QUERY} */
1222 Lmax = UINT32_MAX; in match()
1230 Lmax = UINT32_MAX; in match()
1568 Lmax = UINT32_MAX; in match()
1576 Lmax = UINT32_MAX; in match()
2667 Lmax = UINT32_MAX; in match()
2674 Lmax = UINT32_MAX; in match()
4501 if (Lmax < UINT32_MAX) in match()
[all …]
H A Dpcre2_compile.c91 #if PCRE2_SIZE_MAX <= UINT32_MAX
4519 if (calloutlength > UINT32_MAX) in parse_regex()
10153 uint32_t limit_heap = UINT32_MAX; in pcre2_compile()
10154 uint32_t limit_match = UINT32_MAX; /* Unset match limits */ in pcre2_compile()
10155 uint32_t limit_depth = UINT32_MAX; in pcre2_compile()
10357 if (c > UINT32_MAX / 10 - 1) break; /* Integer overflow */ in pcre2_compile()
H A Dpcre2_dfa_match.c431 …uint32_t newsize = (rws->size >= UINT32_MAX/(sizeof(int)*2))? UINT32_MAX/sizeof(int) : rws->size *… in more_workspace()
/PHP-8.4/ext/random/
H A Drandom.c100 if (UNEXPECTED(umax == UINT32_MAX)) { in php_random_range32()
113 uint32_t limit = UINT32_MAX - (UINT32_MAX % umax) - 1; in php_random_range32()
297 if (umax > UINT32_MAX) { in php_random_range()
/PHP-8.4/Zend/
H A Dzend_long.h47 # define ZEND_ULONG_MAX UINT32_MAX
H A Dzend_alloc.c156 # elif UINTPTR_MAX == UINT32_MAX
H A Dzend_API.c1218 max_num_args = UINT32_MAX; in zend_parse_va_args()
/PHP-8.4/ext/date/lib/
H A Dtimelib.h98 # ifndef UINT32_MAX
99 #define UINT32_MAX _UI32_MAX macro
125 # define TIMELIB_ULONG_MAX UINT32_MAX
/PHP-8.4/ext/fileinfo/libmagic/
H A Dder.c218 if (len > UINT32_MAX - *p || *p + len > l) { in getlength()
H A Dcdf.c455 #define CDF_SEC_LIMIT (UINT32_MAX / (64 * ss)) in cdf_read_sat()
868 #define CDF_SHLEN_LIMIT (UINT32_MAX / 64)
869 #define CDF_PROP_LIMIT (UINT32_MAX / (64 * sizeof(cdf_property_info_t)))
972 if (offs > UINT32_MAX / 4) { in cdf_read_property_info()
/PHP-8.4/ext/standard/libavifinfo/
H A Davifinfo.c36 #define AVIFINFO_MAX_SIZE UINT32_MAX
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c11678 if ((Z_MODE(op2_addr) == IS_CONST_ZVAL && val >= 0 && val <= UINT32_MAX)
11679 || (op2_range && op2_range->min >= 0 && op2_range->max <= UINT32_MAX)) {

Completed in 202 milliseconds