hash_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];
hash_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);
hash_entries       63 ext/opcache/zend_accelerator_hash.c 	if (!accel_hash->hash_entries) {
hash_entries      123 ext/opcache/zend_accelerator_hash.c 	entry = &accel_hash->hash_entries[accel_hash->num_entries++];
hash_entries       58 ext/opcache/zend_accelerator_hash.h 	zend_accel_hash_entry  *hash_entries;