Searched refs:zend_accel_hash_find (Results 1 – 4 of 4) sorted by relevance
74 void* zend_accel_hash_find(
179 void* zend_accel_hash_find(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find() function
347 zend_persistent_script *persistent_script = zend_accel_hash_find(&ZCSG(hash), key);
1421 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