Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c422 if (ZCG(enabled) && accel_startup_ok && (ZCG(counted) || ZCSG(accelerator_enabled))) { in zend_accel_info()
427 …if (ZCG(enabled) && accel_startup_ok && ZCSG(accelerator_enabled) && ZCG(accel_directives).optimiz… in zend_accel_info()
505 …if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock(… in accelerator_get_scripts()
572 …bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_enabled))); in ZEND_FUNCTION()
721 if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) { in ZEND_FUNCTION()
764 if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) { in ZEND_FUNCTION()
804 if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) { in ZEND_FUNCTION()
H A DZendAccelerator.c210 (ZCG(counted) || ZCSG(accelerator_enabled))) { in ZEND_INI_MH()
956 (ZCG(counted) || ZCSG(accelerator_enabled)) && in accel_make_persistent_key_ex()
1461 (!ZCG(counted) && !ZCSG(accelerator_enabled)) ||
1804 (ZCG(counted) || ZCSG(accelerator_enabled)) &&
1900 (ZCG(counted) || ZCSG(accelerator_enabled)) &&
1965 (ZCG(counted) || ZCSG(accelerator_enabled)) &&
2128 ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart);
2478 ZCSG(accelerator_enabled) = 1;
2723 ZCSG(cache_status_before_restart) = ZCSG(accelerator_enabled);
2724 ZCSG(accelerator_enabled) = 0;
[all …]
H A DZendAccelerator.h291 zend_bool accelerator_enabled; member

Completed in 30 milliseconds