accelerator_enabled  965 ext/opcache/ZendAccelerator.c 				if ((ZCG(counted) || ZCSG(accelerator_enabled))) {
accelerator_enabled 1005 ext/opcache/ZendAccelerator.c 				if ((ZCG(counted) || ZCSG(accelerator_enabled))) {
accelerator_enabled 1087 ext/opcache/ZendAccelerator.c 	if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock() != SUCCESS) {
accelerator_enabled 1636 ext/opcache/ZendAccelerator.c 	} else if ((!ZCG(counted) && !ZCSG(accelerator_enabled)) ||
accelerator_enabled 1904 ext/opcache/ZendAccelerator.c 	    (ZCG(counted) || ZCSG(accelerator_enabled)) &&
accelerator_enabled 2079 ext/opcache/ZendAccelerator.c 				ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart);
accelerator_enabled 2456 ext/opcache/ZendAccelerator.c 	ZCSG(accelerator_enabled) = 1;
accelerator_enabled 2861 ext/opcache/ZendAccelerator.c 	ZCSG(cache_status_before_restart) = ZCSG(accelerator_enabled);
accelerator_enabled 2862 ext/opcache/ZendAccelerator.c 	ZCSG(accelerator_enabled) = 0;
accelerator_enabled  282 ext/opcache/ZendAccelerator.h 	zend_bool       accelerator_enabled;
accelerator_enabled  434 ext/opcache/zend_accelerator_module.c 		((ZCG(counted) || ZCSG(accelerator_enabled)) || ZCG(accel_directives).file_cache_only)
accelerator_enabled  436 ext/opcache/zend_accelerator_module.c 		(ZCG(counted) || ZCSG(accelerator_enabled))
accelerator_enabled  540 ext/opcache/zend_accelerator_module.c 	if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock() != SUCCESS) {
accelerator_enabled  602 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_enabled)));
accelerator_enabled  746 ext/opcache/zend_accelerator_module.c 	if ((!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled))
accelerator_enabled  793 ext/opcache/zend_accelerator_module.c 	if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) {
accelerator_enabled  832 ext/opcache/zend_accelerator_module.c 	if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) {