Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dvar_unserializer.re791 if (elements >= HT_MAX_SIZE) {
821 if (elements >= (zend_long)(HT_MAX_SIZE - zend_hash_num_elements(ht))) {
1097 if (elements < 0 || elements >= HT_MAX_SIZE || IS_FAKE_ELEM_COUNT(elements, max - YYCURSOR)) {
H A Darray.c2868 if (__calc_size >= (double)HT_MAX_SIZE) { \
2880 if (__calc_size >= HT_MAX_SIZE - 1) { \
4756 if (pad_size < Z_L(-HT_MAX_SIZE) || pad_size > Z_L(HT_MAX_SIZE)) {
/php-src/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-src/ext/opcache/jit/
H A Dzend_jit_ir.c11438 if (val >= 0 && val < HT_MAX_SIZE) {

Completed in 150 milliseconds