Searched refs:old_quit (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/sapi/litespeed/ |
H A D | lsapi_main.c | 1405 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local 1420 sigaction( SIGQUIT, &act, &old_quit )) { in start_children() 1433 sigaction( SIGQUIT, &old_quit, 0 ); in start_children()
|
H A D | lsapilib.c | 3119 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local 3151 sigaction( SIGQUIT, &act, &old_quit )) in lsapi_prefork_server_accept() 3278 sigaction( SIGQUIT, &old_quit, 0 ); in lsapi_prefork_server_accept() 3325 static struct sigaction old_term, old_quit, old_int, variable 3416 sigaction(SIGQUIT, &act, &old_quit)) in LSAPI_Accept_Before_Fork() 3521 sigaction(SIGQUIT, &old_quit, 0); in LSAPI_Accept_Before_Fork()
|
/PHP-7.3/sapi/cgi/ |
H A D | cgi_main.c | 103 struct sigaction act, old_term, old_quit, old_int; variable 2062 sigaction(SIGQUIT, &act, &old_quit) 2088 sigaction(SIGQUIT, &old_quit, 0);
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 99 struct sigaction act, old_term, old_quit, old_int; variable
|
Completed in 38 milliseconds