SIGQUIT 63 Zend/zend_signal.c static int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 }; SIGQUIT 233 ext/pcntl/pcntl.c REGISTER_LONG_CONSTANT("SIGQUIT", (zend_long) SIGQUIT, CONST_CS | CONST_PERSISTENT); SIGQUIT 2015 sapi/cgi/cgi_main.c sigaction(SIGQUIT, &act, &old_quit) SIGQUIT 2041 sapi/cgi/cgi_main.c sigaction(SIGQUIT, &old_quit, 0); SIGQUIT 218 sapi/fpm/fpm/fpm_children.c if (child && child->idle_kill && WTERMSIG(status) == SIGQUIT) { SIGQUIT 222 sapi/fpm/fpm/fpm_children.c if (WTERMSIG(status) != SIGQUIT) { /* possible request loss */ SIGQUIT 57 sapi/fpm/fpm/fpm_log.c fpm_pctl_kill_all(SIGQUIT); SIGQUIT 137 sapi/fpm/fpm/fpm_process_ctl.c s = SIGQUIT; SIGQUIT 185 sapi/fpm/fpm/fpm_process_ctl.c sig = SIGQUIT; SIGQUIT 189 sapi/fpm/fpm/fpm_process_ctl.c if (fpm_signal_sent == SIGQUIT) { SIGQUIT 32 sapi/fpm/fpm/fpm_signals.c #ifdef SIGQUIT SIGQUIT 33 sapi/fpm/fpm/fpm_signals.c [SIGQUIT] = "SIGQUIT", SIGQUIT 163 sapi/fpm/fpm/fpm_signals.c [SIGQUIT] = 'Q', SIGQUIT 210 sapi/fpm/fpm/fpm_signals.c 0 > sigaction(SIGQUIT, &act, 0)) { SIGQUIT 239 sapi/fpm/fpm/fpm_signals.c 0 > sigaction(SIGQUIT, &act, 0)) { SIGQUIT 931 sapi/litespeed/lsapi_main.c sigaction( SIGQUIT, &act, &old_quit )) { SIGQUIT 944 sapi/litespeed/lsapi_main.c sigaction( SIGQUIT, &old_quit, 0 ); SIGQUIT 2800 sapi/litespeed/lsapilib.c sigaction( SIGQUIT, &act, &old_quit )) SIGQUIT 2898 sapi/litespeed/lsapilib.c sigaction( SIGQUIT, &old_quit, 0 );