Searched refs:old_term (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/sapi/litespeed/ |
H A D | lsapi_main.c | 1163 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local 1174 if( sigaction( SIGTERM, &act, &old_term ) || in start_children() 1189 sigaction( SIGTERM, &old_term, 0 ); in start_children()
|
H A D | lsapilib.c | 2999 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local 3028 if( sigaction( SIGTERM, &act, &old_term ) || in lsapi_prefork_server_accept() 3145 sigaction( SIGTERM, &old_term, 0 ); in lsapi_prefork_server_accept()
|
/PHP-7.1/sapi/cgi/ |
H A D | cgi_main.c | 101 struct sigaction act, old_term, old_quit, old_int; variable 1480 sigaction(SIGTERM, &old_term, 0); 2111 if (sigaction(SIGTERM, &act, &old_term) || 2138 sigaction(SIGTERM, &old_term, 0);
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_main.c | 114 struct sigaction act, old_term, old_quit, old_int; variable
|
Completed in 31 milliseconds