Searched refs:zend_accel_hash_is_full (Results 1 – 3 of 3) sorted by relevance
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() function
1324 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in zend_accel_invalidate()1344 if (zend_accel_hash_is_full(&ZCSG(hash))) { in zend_accel_add_key()1481 if (zend_accel_hash_is_full(&ZCSG(hash))) { in cache_script_in_shared_memory()2071 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in persistent_compile_file()2096 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in persistent_compile_file()4137 if (zend_accel_hash_is_full(&ZCSG(hash))) { in preload_script_in_shared_memory()
1641 if (zend_accel_hash_is_full(&ZCSG(hash))) {
Completed in 25 milliseconds