Searched refs:old_term (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/sapi/litespeed/ |
H A D | lsapi_main.c | 811 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local 822 if( sigaction( SIGTERM, &act, &old_term ) || in start_children() 837 sigaction( SIGTERM, &old_term, 0 ); in start_children()
|
H A D | lsapilib.c | 1802 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local 1827 if( sigaction( SIGTERM, &act, &old_term ) || in lsapi_prefork_server_accept() 1903 sigaction( SIGTERM, &old_term, 0 ); in lsapi_prefork_server_accept()
|
/PHP-5.3/sapi/cgi/ |
H A D | cgi_main.c | 97 struct sigaction act, old_term, old_quit, old_int; variable 1381 sigaction(SIGTERM, &old_term, 0); 1752 if (sigaction(SIGTERM, &act, &old_term) || 1779 sigaction(SIGTERM, &old_term, 0);
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 113 struct sigaction act, old_term, old_quit, old_int; variable
|
Completed in 34 milliseconds