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

/PHP_TRUNK/sapi/litespeed/
H A Dlsapi_main.c639 struct sigaction act, old_term, old_quit, old_int, old_usr1; local
650 if( sigaction( SIGTERM, &act, &old_term ) ||
665 sigaction( SIGTERM, &old_term, 0 );
H A Dlsapilib.c1788 struct sigaction act, old_term, old_quit, old_int, local
1813 if( sigaction( SIGTERM, &act, &old_term ) ||
1889 sigaction( SIGTERM, &old_term, 0 );
/PHP_TRUNK/sapi/cgi/
H A Dcgi_main.c97 struct sigaction act, old_term, old_quit, old_int; variable in typeref:struct:
1440 sigaction(SIGTERM, &old_term, 0);
2016 if (sigaction(SIGTERM, &act, &old_term) ||
2043 sigaction(SIGTERM, &old_term, 0);
/PHP_TRUNK/sapi/fpm/fpm/
H A Dfpm_main.c113 struct sigaction act, old_term, old_quit, old_int; variable in typeref:struct:

Completed in 15 milliseconds