Home
last modified time | relevance | path

Searched refs:zend_accel_hash_is_full (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/opcache/
H A Dzend_accelerator_hash.h84 static inline bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() function
H A DZendAccelerator.c1362 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in zend_accel_invalidate()
1409 if (zend_accel_hash_is_full(&ZCSG(hash))) { in zend_accel_add_key()
1542 if (zend_accel_hash_is_full(&ZCSG(hash))) { in cache_script_in_shared_memory()
2116 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in persistent_compile_file()
2141 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in persistent_compile_file()
4243 if (zend_accel_hash_is_full(&ZCSG(hash))) {
H A Dzend_file_cache.c1811 if (zend_accel_hash_is_full(&ZCSG(hash))) {

Completed in 21 milliseconds