Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A Dzend_accelerator_hash.h66 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.c1416 if (zend_accel_hash_update(&ZCSG(hash), new_key, 1, bucket)) { in zend_accel_add_key()
1635 …bucket = zend_accel_hash_update(&ZCSG(hash), new_persistent_script->script.filename, 0, new_persis… in cache_script_in_shared_memory()
1646 if (zend_accel_hash_update(&ZCSG(hash), new_key, 1, bucket)) { in cache_script_in_shared_memory()
3536zend_accel_hash_update(&ZCSG(hash), ZCSG(preload_script)->script.filename, 0, ZCSG(preload_script)…
3540 zend_accel_hash_update(&ZCSG(hash), (*p)->script.filename, 0, *p);
4321 …bucket = zend_accel_hash_update(&ZCSG(hash), new_persistent_script->script.filename, 0, new_persis…
H A Dzend_file_cache.c1868 zend_accel_hash_update(&ZCSG(hash), script->script.filename, 0, script);

Completed in 55 milliseconds