cache_entry       504 ext/opcache/zend_accelerator_module.c 	zend_accel_hash_entry *cache_entry;
cache_entry       516 ext/opcache/zend_accelerator_module.c 		for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) {
cache_entry       521 ext/opcache/zend_accelerator_module.c 			if (cache_entry->indirect) continue;
cache_entry       523 ext/opcache/zend_accelerator_module.c 			script = (zend_persistent_script *)cache_entry->data;
cache_entry       542 ext/opcache/zend_accelerator_module.c 			zend_hash_update(return_value->value.ht, cache_entry->key, cache_entry->key_length, &persistent_script_report, sizeof(zval *), NULL);