Home
last modified time | relevance | path

Searched refs:SO_NOSIGPIPE (Results 1 - 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
H A Dprivate-lib-plat-unix.h183 * but happily have something equivalent in the SO_NOSIGPIPE flag.
188 #define MSG_NOSIGNAL SO_NOSIGPIPE
/third_party/ffmpeg/libavformat/
H A Dnetwork.c200 #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 Dcore.c488 #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 Dmod.rs480 pub const SO_NOSIGPIPE: ::c_int = 0x0800; consts
/third_party/curl/lib/
H A Dcf-socket.c117 #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 Dcore.c544 #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 Ddaemon.c1339 #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 Dmod.rs1005 pub const SO_NOSIGPIPE: ::c_int = 0x0800; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3696 pub const SO_NOSIGPIPE: ::c_int = 0x1022; consts

Completed in 32 milliseconds