Home
last modified time | relevance | path

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

/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c1420 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local
1432 if( sigaction( SIGTERM, &act, &old_term ) || in start_children()
1447 sigaction( SIGTERM, &old_term, 0 ); in start_children()
H A Dlsapilib.c3105 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local
3136 if( sigaction( SIGTERM, &act, &old_term ) || in lsapi_prefork_server_accept()
3267 sigaction( SIGTERM, &old_term, 0 ); in lsapi_prefork_server_accept()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c105 struct sigaction act, old_term, old_quit, old_int; variable
1484 sigaction(SIGTERM, &old_term, 0);
2105 if (sigaction(SIGTERM, &act, &old_term) ||
2132 sigaction(SIGTERM, &old_term, 0);
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c114 struct sigaction act, old_term, old_quit, old_int; variable

Completed in 33 milliseconds