Home
last modified time | relevance | path

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

/php-src/sapi/litespeed/
H A Dlsapi_main.c1372 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local
1384 if( sigaction( SIGTERM, &act, &old_term ) || in start_children()
1399 sigaction( SIGTERM, &old_term, 0 ); in start_children()
H A Dlsapilib.c3146 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local
3175 if( sigaction( SIGTERM, &act, &old_term ) || in lsapi_prefork_server_accept()
3308 sigaction( SIGTERM, &old_term, 0 ); in lsapi_prefork_server_accept()
3358 static struct sigaction old_term, old_quit, old_int, variable
3446 if (sigaction(SIGTERM, &act, &old_term) || in LSAPI_Accept_Before_Fork()
3553 sigaction(SIGTERM, &old_term, 0); in LSAPI_Accept_Before_Fork()
/php-src/sapi/cgi/
H A Dcgi_main.c103 static struct sigaction act, old_term, old_quit, old_int; variable
1466 sigaction(SIGTERM, &old_term, 0);
2020 if (sigaction(SIGTERM, &act, &old_term) ||
2047 sigaction(SIGTERM, &old_term, 0);

Completed in 34 milliseconds