Searched refs:old_int (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 97 struct sigaction act, old_term, old_quit, old_int; variable in typeref:struct: 1753 sigaction(SIGINT, &act, &old_int) || 1781 sigaction(SIGINT, &old_int, 0);
|
| /PHP_5_3/sapi/litespeed/ |
| H A D | lsapi_main.c | 811 struct sigaction act, old_term, old_quit, old_int, old_usr1; local 823 sigaction( SIGINT, &act, &old_int ) || 839 sigaction( SIGINT, &old_int, 0 );
|
| H A D | lsapilib.c | 1802 struct sigaction act, old_term, old_quit, old_int, local 1828 sigaction( SIGINT, &act, &old_int ) || 1905 sigaction( SIGINT, &old_int, 0 );
|
| /PHP_5_3/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 13 milliseconds