Searched refs:SIGPIPE (Results 1 – 15 of 15) sorted by relevance
/PHP-8.4/sapi/embed/ |
H A D | php_embed.c | 165 #if defined(SIGPIPE) && defined(SIG_IGN) in php_embed_init() 166 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in php_embed_init()
|
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 65 #ifdef SIGPIPE 66 [SIGPIPE] = "SIGPIPE",
|
H A D | fpm_main.c | 1577 #if defined(SIGPIPE) && defined(SIG_IGN) in main() 1578 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in main()
|
/PHP-8.4/sapi/fuzzer/ |
H A D | fuzzer-execute-common.h | 104 signal(SIGPIPE, SIG_IGN); in fuzzer_init_php_for_execute()
|
/PHP-8.4/ext/pcntl/ |
H A D | pcntl.stub.php | 196 const SIGPIPE = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 360 REGISTER_LONG_CONSTANT("SIGPIPE", LONG_CONST(SIGPIPE), CONST_PERSISTENT); in register_pcntl_symbols()
|
/PHP-8.4/sapi/cli/ |
H A D | php_cli.c | 1193 #if defined(SIGPIPE) && defined(SIG_IGN) in WinMain() 1194 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in WinMain()
|
H A D | php_cli_server.c | 2894 #if defined(SIGPIPE) in do_cli_server() 2895 signal(SIGPIPE, SIG_IGN); in do_cli_server()
|
/PHP-8.4/ext/fileinfo/libmagic/ |
H A D | compress.c | 309 sa_saved = sigaction(SIGPIPE, &new_act, &sig_act) != -1; in file_zmagic() 373 (void)sigaction(SIGPIPE, &sig_act, NULL); in file_zmagic()
|
/PHP-8.4/sapi/litespeed/ |
H A D | lsapi_main.c | 1459 #if defined(SIGPIPE) && defined(SIG_IGN) in main() 1460 signal(SIGPIPE, SIG_IGN); in main()
|
H A D | lsapilib.c | 1441 lsapi_signal(SIGPIPE, lsapi_sigpipe); in LSAPI_Init()
|
/PHP-8.4/main/ |
H A D | fastcgi.c | 439 sigaction(SIGPIPE, NULL, &old_sa); in fcgi_setup_signals() 441 sigaction(SIGPIPE, &new_sa, NULL); in fcgi_setup_signals()
|
/PHP-8.4/sapi/cgi/ |
H A D | cgi_main.c | 1754 #if defined(SIGPIPE) && defined(SIG_IGN) 1755 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so
|
/PHP-8.4/ |
H A D | NEWS | 1101 . Added the SO_NOSIGPIPE constant to control the generation of SIGPIPE for
|
/PHP-8.4/ext/fileinfo/ |
H A D | libmagic.patch | 1287 (void)sigaction(SIGPIPE, &sig_act, NULL);
|
Completed in 71 milliseconds