Home
last modified time | relevance | path

Searched refs:zend_accel_hash_update (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/ext/opcache/
H A Dzend_accelerator_hash.h68 zend_accel_hash_entry* zend_accel_hash_update(
H A Dzend_accelerator_hash.c74 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 DZendAccelerator.c1478 if (zend_accel_hash_update(&ZCSG(hash), new_key, 1, bucket)) { in zend_accel_add_key()
1651 …bucket = zend_accel_hash_update(&ZCSG(hash), new_persistent_script->script.filename, 0, new_persis… in cache_script_in_shared_memory()
1662 if (zend_accel_hash_update(&ZCSG(hash), new_key, 1, bucket)) { in cache_script_in_shared_memory()
3550zend_accel_hash_update(&ZCSG(hash), ZCSG(preload_script)->script.filename, 0, ZCSG(preload_script)…
3554 zend_accel_hash_update(&ZCSG(hash), (*p)->script.filename, 0, *p);
4292 …bucket = zend_accel_hash_update(&ZCSG(hash), new_persistent_script->script.filename, 0, new_persis…
H A Dzend_file_cache.c1986 zend_accel_hash_update(&ZCSG(hash), script->script.filename, 0, script);

Completed in 21 milliseconds