Home
last modified time | relevance | path

Searched refs:old_term (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c946 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local
957 if( sigaction( SIGTERM, &act, &old_term ) || in start_children()
972 sigaction( SIGTERM, &old_term, 0 ); in start_children()
H A Dlsapilib.c2713 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local
2742 if( sigaction( SIGTERM, &act, &old_term ) || in lsapi_prefork_server_accept()
2842 sigaction( SIGTERM, &old_term, 0 ); in lsapi_prefork_server_accept()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c97 struct sigaction act, old_term, old_quit, old_int; variable
1443 sigaction(SIGTERM, &old_term, 0);
2025 if (sigaction(SIGTERM, &act, &old_term) ||
2052 sigaction(SIGTERM, &old_term, 0);
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c113 struct sigaction act, old_term, old_quit, old_int; variable

Completed in 26 milliseconds