Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/
H A Dzend_accelerator_hash.h74 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.c347 zend_persistent_script *persistent_script = zend_accel_hash_find(&ZCSG(hash), key);
H A DZendAccelerator.c1421 persistent_script = zend_accel_hash_find(&ZCSG(hash), realpath); in zend_accel_invalidate()
1474 if (!zend_accel_hash_find(&ZCSG(hash), key)) { in zend_accel_add_key()
2042 persistent_script = zend_accel_hash_find(&ZCSG(hash), key); in persistent_compile_file()

Completed in 26 milliseconds