Home
last modified time | relevance | path

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

/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c1376 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local
1391 sigaction( SIGQUIT, &act, &old_quit )) { in start_children()
1404 sigaction( SIGQUIT, &old_quit, 0 ); in start_children()
H A Dlsapilib.c3151 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local
3183 sigaction( SIGQUIT, &act, &old_quit )) in lsapi_prefork_server_accept()
3314 sigaction( SIGQUIT, &old_quit, 0 ); in lsapi_prefork_server_accept()
3363 static struct sigaction old_term, old_quit, old_int, variable
3454 sigaction(SIGQUIT, &act, &old_quit)) in LSAPI_Accept_Before_Fork()
3559 sigaction(SIGQUIT, &old_quit, 0); in LSAPI_Accept_Before_Fork()
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c100 struct sigaction act, old_term, old_quit, old_int; variable
2012 sigaction(SIGQUIT, &act, &old_quit)
2038 sigaction(SIGQUIT, &old_quit, 0);
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c97 struct sigaction act, old_term, old_quit, old_int; variable

Completed in 59 milliseconds