Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1392 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local
1404 if( sigaction( SIGTERM, &act, &old_term ) || in start_children()
1419 sigaction( SIGTERM, &old_term, 0 ); in start_children()
H A Dlsapilib.c3127 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local
3156 if( sigaction( SIGTERM, &act, &old_term ) || in lsapi_prefork_server_accept()
3289 sigaction( SIGTERM, &old_term, 0 ); in lsapi_prefork_server_accept()
3339 static struct sigaction old_term, old_quit, old_int, variable
3427 if (sigaction(SIGTERM, &act, &old_term) || in LSAPI_Accept_Before_Fork()
3534 sigaction(SIGTERM, &old_term, 0); in LSAPI_Accept_Before_Fork()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c99 struct sigaction act, old_term, old_quit, old_int; variable
1478 sigaction(SIGTERM, &old_term, 0);
2054 if (sigaction(SIGTERM, &act, &old_term) ||
2081 sigaction(SIGTERM, &old_term, 0);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c97 struct sigaction act, old_term, old_quit, old_int; variable

Completed in 28 milliseconds