Searched refs:zend_accel_hash_find_entry (Results 1 – 4 of 4) sorted by relevance
78 zend_accel_hash_entry* zend_accel_hash_find_entry(
193 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find_entry() function
1293 bucket = zend_accel_hash_find_entry(&ZCSG(hash), new_persistent_script->full_path); in cache_script_in_shared_memory()1741 bucket = zend_accel_hash_find_entry(&ZCSG(hash), file_handle->opened_path); in persistent_compile_file()2012 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), resolved_path); in persistent_zend_resolve_path()
1364 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path); in zend_file_cache_script_load()
Completed in 30 milliseconds