Searched refs:old_int (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/standard/tests/file/ |
H A D | 004.phpt | 14 $old_int = $int = rand(); 17 if ($int === $old_int && $ret !== FALSE && md5($int) == md5_file("TEST2")) { 24 $old_int = $int = time() / 1000; 27 if ($int === $old_int && $ret !== FALSE && md5($int) == md5_file("TEST3")) {
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapi_main.c | 1376 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local 1389 sigaction( SIGINT, &act, &old_int ) || in start_children() 1405 sigaction( SIGINT, &old_int, 0 ); in start_children()
|
H A D | lsapilib.c | 3151 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local 3181 sigaction( SIGINT, &act, &old_int ) || in lsapi_prefork_server_accept() 3315 sigaction( SIGINT, &old_int, 0 ); in lsapi_prefork_server_accept() 3363 static struct sigaction old_term, old_quit, old_int, variable 3452 sigaction(SIGINT, &act, &old_int ) || in LSAPI_Accept_Before_Fork() 3560 sigaction(SIGINT, &old_int, 0); in LSAPI_Accept_Before_Fork()
|
/PHP-8.3/sapi/cgi/ |
H A D | cgi_main.c | 100 struct sigaction act, old_term, old_quit, old_int; variable 2011 sigaction(SIGINT, &act, &old_int) || 2039 sigaction(SIGINT, &old_int, 0);
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 97 struct sigaction act, old_term, old_quit, old_int; variable
|
Completed in 30 milliseconds