counted           214 ext/opcache/ZendAccelerator.c 			    (ZCG(counted) || ZCSG(accelerator_enabled))) {
counted           550 ext/opcache/ZendAccelerator.c 	if (ZCG(counted)) {
counted           552 ext/opcache/ZendAccelerator.c 		ZCG(counted) = 0;
counted           965 ext/opcache/ZendAccelerator.c 			    (ZCG(counted) || ZCSG(accelerator_enabled)) &&
counted          1474 ext/opcache/ZendAccelerator.c 		(!ZCG(counted) && !ZCSG(accelerator_enabled)) ||
counted          1487 ext/opcache/ZendAccelerator.c 	if (!ZCG(counted)) {
counted          1488 ext/opcache/ZendAccelerator.c 		ZCG(counted) = 1;
counted          1839 ext/opcache/ZendAccelerator.c 	    (ZCG(counted) || ZCSG(accelerator_enabled)) &&
counted          1935 ext/opcache/ZendAccelerator.c 	    (ZCG(counted) || ZCSG(accelerator_enabled)) &&
counted          2000 ext/opcache/ZendAccelerator.c 	    (ZCG(counted) || ZCSG(accelerator_enabled)) &&
counted          2116 ext/opcache/ZendAccelerator.c 	if (ZCG(counted)) {
counted          2123 ext/opcache/ZendAccelerator.c 		ZCG(counted) = 0;
counted          2384 ext/opcache/ZendAccelerator.c 	ZCG(counted) = 0;
counted          2773 ext/opcache/ZendAccelerator.c #define accel_deactivate_now() ZCG(counted) = 1; accel_deactivate_sub(TSRMLS_C)
counted          2785 ext/opcache/ZendAccelerator.c 	if (ZCG(counted)) {
counted          2805 ext/opcache/ZendAccelerator.c 	if (!ZCG(counted)) {
counted           255 ext/opcache/ZendAccelerator.h 	int                     counted;   /* the process uses shared memory */
counted           426 ext/opcache/zend_accelerator_module.c 	if (ZCG(enabled) && accel_startup_ok && (ZCG(counted) || ZCSG(accelerator_enabled))) {
counted           576 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_enabled)));