force_restart_time  605 ext/opcache/ZendAccelerator.c 	ZCSG(force_restart_time) = 0;
force_restart_time  622 ext/opcache/ZendAccelerator.c 			ZCSG(force_restart_time) = time(NULL); /* restore forced restart request */
force_restart_time  661 ext/opcache/ZendAccelerator.c 		&& ZCSG(force_restart_time)
force_restart_time  662 ext/opcache/ZendAccelerator.c 		&& time(NULL) >= ZCSG(force_restart_time)) {
force_restart_time 1986 ext/opcache/ZendAccelerator.c 	ZCSG(force_restart_time) = 0;
force_restart_time 2865 ext/opcache/ZendAccelerator.c 		ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
force_restart_time 2867 ext/opcache/ZendAccelerator.c 		ZCSG(force_restart_time) = 0;
force_restart_time  281 ext/opcache/ZendAccelerator.h 	time_t          force_restart_time;