Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A Dzend_accelerator_hash.h72 void* zend_accel_hash_find(
H A Dzend_accelerator_hash.c179 void* zend_accel_hash_find(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find() function
H A Dzend_accelerator_module.c327 zend_persistent_script *persistent_script = zend_accel_hash_find(&ZCSG(hash), key);
H A DZendAccelerator.c1344 persistent_script = zend_accel_hash_find(&ZCSG(hash), realpath); in zend_accel_invalidate()
1408 if (!zend_accel_hash_find(&ZCSG(hash), key)) { in zend_accel_add_key()
2022 persistent_script = zend_accel_hash_find(&ZCSG(hash), key); in persistent_compile_file()

Completed in 37 milliseconds