cache_entry       535 ext/opcache/zend_accelerator_module.c 	zend_accel_hash_entry *cache_entry;
cache_entry       546 ext/opcache/zend_accelerator_module.c 		for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) {
cache_entry       551 ext/opcache/zend_accelerator_module.c 			if (cache_entry->indirect) continue;
cache_entry       553 ext/opcache/zend_accelerator_module.c 			script = (zend_persistent_script *)cache_entry->data;
cache_entry       571 ext/opcache/zend_accelerator_module.c 			zend_hash_str_update(Z_ARRVAL_P(return_value), cache_entry->key, cache_entry->key_length, &persistent_script_report);