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
1477 bucket = zend_accel_hash_find_entry(&ZCSG(hash), new_persistent_script->script.filename); in cache_script_in_shared_memory()2025 bucket = zend_accel_hash_find_entry(&ZCSG(hash), file_handle->opened_path); in persistent_compile_file()2314 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), resolved_path); in persistent_zend_resolve_path()
1462 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
Completed in 29 milliseconds