Searched refs:SO_NOSIGPIPE (Results 1 - 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/plat/unix/ |
H A D | private-lib-plat-unix.h | 183 * but happily have something equivalent in the SO_NOSIGPIPE flag. 188 #define MSG_NOSIGNAL SO_NOSIGPIPE
|
/third_party/ffmpeg/libavformat/ |
H A D | network.c | 200 #ifdef SO_NOSIGPIPE in ff_socket() 202 if (setsockopt(fd, SOL_SOCKET, SO_NOSIGPIPE, &(int){1}, sizeof(int))) { in ff_socket() 203 av_log(logctx, AV_LOG_WARNING, "setsockopt(SO_NOSIGPIPE) failed\n"); in ff_socket()
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 488 #if defined(SO_NOSIGPIPE) in uv__socket() 491 setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)); in uv__socket()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 480 pub const SO_NOSIGPIPE: ::c_int = 0x0800; consts
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 117 #ifdef SO_NOSIGPIPE 127 if(setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE, (void *)&onoff, in nosigpipe() 131 infof(data, "Could not set SO_NOSIGPIPE: %s", in nosigpipe()
|
/third_party/libuv/src/unix/ |
H A D | core.c | 544 #if defined(SO_NOSIGPIPE) in uv__socket() 547 setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)); in uv__socket()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | daemon.c | 1339 #ifdef SO_NOSIGPIPE in internal_add_connection() 1341 SOL_SOCKET, SO_NOSIGPIPE, in internal_add_connection()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1005 pub const SO_NOSIGPIPE: ::c_int = 0x0800; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3696 pub const SO_NOSIGPIPE: ::c_int = 0x1022; consts
|
Completed in 32 milliseconds