Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dvar_unserializer.re796 if (elements >= HT_MAX_SIZE) {
826 if (elements >= (zend_long)(HT_MAX_SIZE - zend_hash_num_elements(ht))) {
1102 if (elements < 0 || elements >= HT_MAX_SIZE || IS_FAKE_ELEM_COUNT(elements, max - YYCURSOR)) {
H A Darray.c2754 if (__calc_size >= (double)HT_MAX_SIZE) { \
2766 if (__calc_size >= HT_MAX_SIZE - 1) { \
4634 if (pad_size < Z_L(-HT_MAX_SIZE) || pad_size > Z_L(HT_MAX_SIZE)) {
/PHP-8.3/Zend/
H A Dzend_types.h442 # define HT_MAX_SIZE 0x02000000 macro
450 # define HT_MAX_SIZE 0x40000000 macro
H A Dzend_hash.c124 } else if (UNEXPECTED(nSize > HT_MAX_SIZE)) { in zend_hash_check_size()
314 if (ht->nTableSize >= HT_MAX_SIZE) { in zend_hash_packed_grow()
1304 } else if (ht->nTableSize < HT_MAX_SIZE) { /* Let's double the table size */ in zend_hash_do_resize()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc5141 if (val >= 0 && val < HT_MAX_SIZE) {
H A Dzend_jit_x86.dasc5659 if (val >= 0 && val < HT_MAX_SIZE) {

Completed in 91 milliseconds