max_num_entries 2152 ext/opcache/ZendAccelerator.c memset(ZCSG(include_paths).hash_table, 0, sizeof(zend_accel_hash_entry*) * ZCSG(include_paths).max_num_entries); max_num_entries 2153 ext/opcache/ZendAccelerator.c ZCSG(include_paths).hash_table[zend_inline_hash_func(ZCSG(include_paths).hash_entries[0].key, ZCSG(include_paths).hash_entries[0].key_length) % ZCSG(include_paths).max_num_entries] = &ZCSG(include_paths).hash_entries[0]; max_num_entries 36 ext/opcache/zend_accelerator_hash.c memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); max_num_entries 52 ext/opcache/zend_accelerator_hash.c accel_hash->max_num_entries = hash_size; max_num_entries 55 ext/opcache/zend_accelerator_hash.c accel_hash->hash_table = zend_shared_alloc(sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); max_num_entries 62 ext/opcache/zend_accelerator_hash.c accel_hash->hash_entries = zend_shared_alloc(sizeof(zend_accel_hash_entry)*accel_hash->max_num_entries); max_num_entries 67 ext/opcache/zend_accelerator_hash.c memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); max_num_entries 89 ext/opcache/zend_accelerator_hash.c index = hash_value % accel_hash->max_num_entries; max_num_entries 119 ext/opcache/zend_accelerator_hash.c if (accel_hash->num_entries == accel_hash->max_num_entries) { max_num_entries 150 ext/opcache/zend_accelerator_hash.c index = hash_value % accel_hash->max_num_entries; max_num_entries 178 ext/opcache/zend_accelerator_hash.c index = hash_value % accel_hash->max_num_entries; max_num_entries 203 ext/opcache/zend_accelerator_hash.c index = hash_value % accel_hash->max_num_entries; max_num_entries 60 ext/opcache/zend_accelerator_hash.h zend_uint max_num_entries; max_num_entries 91 ext/opcache/zend_accelerator_hash.h if (accel_hash->num_entries == accel_hash->max_num_entries) { max_num_entries 465 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), "%ld", ZCSG(hash).max_num_entries); max_num_entries 515 ext/opcache/zend_accelerator_module.c for (i = 0; i<ZCSG(hash).max_num_entries; i++) { max_num_entries 609 ext/opcache/zend_accelerator_module.c add_assoc_long(statistics, "max_cached_keys", ZCSG(hash).max_num_entries);