Searched refs:ACCEL_RESTART_HASH (Results 1 – 3 of 3) sorted by relevance
108 ACCEL_RESTART_HASH, /* restart because of hash overflow */ enumerator
1362 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in zend_accel_invalidate()1412 zend_accel_schedule_restart_if_necessary(ACCEL_RESTART_HASH); in zend_accel_add_key()1545 zend_accel_schedule_restart_if_necessary(ACCEL_RESTART_HASH); in cache_script_in_shared_memory()1651 zend_accel_schedule_restart_if_necessary(ACCEL_RESTART_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()2700 case ACCEL_RESTART_HASH: in accel_activate()
1814 zend_accel_schedule_restart_if_necessary(ACCEL_RESTART_HASH);
Completed in 22 milliseconds