force_restart_time  582 ext/opcache/ZendAccelerator.c 	ZCSG(force_restart_time) = 0;
force_restart_time  599 ext/opcache/ZendAccelerator.c 			ZCSG(force_restart_time) = time(NULL); /* restore forced restart request */
force_restart_time  638 ext/opcache/ZendAccelerator.c 		&& ZCSG(force_restart_time)
force_restart_time  639 ext/opcache/ZendAccelerator.c 		&& time(NULL) >= ZCSG(force_restart_time)) {
force_restart_time 2098 ext/opcache/ZendAccelerator.c 	ZCSG(force_restart_time) = 0;
force_restart_time 2764 ext/opcache/ZendAccelerator.c 		ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
force_restart_time 2766 ext/opcache/ZendAccelerator.c 		ZCSG(force_restart_time) = 0;
force_restart_time  291 ext/opcache/ZendAccelerator.h 	time_t          force_restart_time;