Home
last modified time | relevance | path

Searched refs:old_int (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/tests/file/
H A D004.phpt14 $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-src/sapi/litespeed/
H A Dlsapi_main.c1376 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 Dlsapilib.c3146 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local
3176 sigaction( SIGINT, &act, &old_int ) || in lsapi_prefork_server_accept()
3310 sigaction( SIGINT, &old_int, 0 ); in lsapi_prefork_server_accept()
3358 static struct sigaction old_term, old_quit, old_int, variable
3447 sigaction(SIGINT, &act, &old_int ) || in LSAPI_Accept_Before_Fork()
3555 sigaction(SIGINT, &old_int, 0); in LSAPI_Accept_Before_Fork()
/php-src/sapi/cgi/
H A Dcgi_main.c100 static struct sigaction act, old_term, old_quit, old_int; variable
2008 sigaction(SIGINT, &act, &old_int) ||
2036 sigaction(SIGINT, &old_int, 0);
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c97 struct sigaction act, old_term, old_quit, old_int; variable

Completed in 51 milliseconds