Searched refs:zend_accel_hash_update (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/opcache/ |
H A D | zend_accelerator_hash.h | 68 zend_accel_hash_entry* zend_accel_hash_update(
|
H A D | zend_accelerator_hash.c | 74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, zend_string *key, bool i… in zend_accel_hash_update() function
|
H A D | ZendAccelerator.c | 1482 if (zend_accel_hash_update(&ZCSG(hash), new_key, 1, bucket)) { in zend_accel_add_key() 1659 …bucket = zend_accel_hash_update(&ZCSG(hash), new_persistent_script->script.filename, 0, new_persis… in cache_script_in_shared_memory() 1670 if (zend_accel_hash_update(&ZCSG(hash), new_key, 1, bucket)) { in cache_script_in_shared_memory() 3546 …zend_accel_hash_update(&ZCSG(hash), ZCSG(preload_script)->script.filename, 0, ZCSG(preload_script)… 3550 zend_accel_hash_update(&ZCSG(hash), (*p)->script.filename, 0, *p); 4289 …bucket = zend_accel_hash_update(&ZCSG(hash), new_persistent_script->script.filename, 0, new_persis…
|
H A D | zend_file_cache.c | 1936 zend_accel_hash_update(&ZCSG(hash), script->script.filename, 0, script);
|
Completed in 36 milliseconds