Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dvar_unserializer.c581 if (elements >= HT_MAX_SIZE - zend_hash_num_elements(ht)) { in object_common2()
1339 if (elements < 0 || elements >= HT_MAX_SIZE) { in php_var_unserialize_internal()
1387 if (elements < 0 || elements >= HT_MAX_SIZE) { in php_var_unserialize_internal()
H A Dvar_unserializer.re585 if (elements >= HT_MAX_SIZE - zend_hash_num_elements(ht)) {
849 if (elements < 0 || elements >= HT_MAX_SIZE) {
878 if (elements < 0 || elements >= HT_MAX_SIZE) {
H A Darray.c2726 if (__calc_size >= (double)HT_MAX_SIZE) { \
2737 if (__calc_size >= HT_MAX_SIZE - 1) { \
/PHP-7.2/Zend/
H A Dzend_types.h279 # define HT_MAX_SIZE 0x04000000 /* small enough to avoid overflow checks */ macro
287 # define HT_MAX_SIZE 0x80000000 macro
H A Dzend_hash.c105 } else if (UNEXPECTED(nSize >= HT_MAX_SIZE)) { in zend_hash_check_size()
191 if (ht->nTableSize >= HT_MAX_SIZE) { in zend_hash_packed_grow()
855 } else if (ht->nTableSize < HT_MAX_SIZE) { /* Let's double the table size */ in zend_hash_do_resize()

Completed in 44 milliseconds