Searched refs:old_int (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_5/sapi/litespeed/ |
| H A D | lsapi_main.c | 639 struct sigaction act, old_term, old_quit, old_int, old_usr1; local 651 sigaction( SIGINT, &act, &old_int ) || 667 sigaction( SIGINT, &old_int, 0 );
|
| H A D | lsapilib.c | 1788 struct sigaction act, old_term, old_quit, old_int, local 1814 sigaction( SIGINT, &act, &old_int ) || 1891 sigaction( SIGINT, &old_int, 0 );
|
| /PHP_5_5/sapi/cgi/ |
| H A D | cgi_main.c | 97 struct sigaction act, old_term, old_quit, old_int; variable in typeref:struct: 2017 sigaction(SIGINT, &act, &old_int) || 2045 sigaction(SIGINT, &old_int, 0);
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 113 struct sigaction act, old_term, old_quit, old_int; variable in typeref:struct:
|
Completed in 14 milliseconds