HomeSort by relevance Sort by last modified time
    Searched refs:SO_NOSIGPIPE (Results 1 - 25 of 34) sorted by null

1 2

  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_posix.cc 80 PCHECK(setsockopt(fds[0], SOL_SOCKET, SO_NOSIGPIPE, &no_sigpipe,
82 PCHECK(setsockopt(fds[1], SOL_SOCKET, SO_NOSIGPIPE, &no_sigpipe,
  /external/libchrome/base/
sync_socket_posix.cc 85 if (0 != setsockopt(handles[0], SOL_SOCKET, SO_NOSIGPIPE,
87 0 != setsockopt(handles[1], SOL_SOCKET, SO_NOSIGPIPE,
  /external/libcups/cups/
http-addr.c 265 #ifdef SO_NOSIGPIPE
271 setsockopt(fd, SOL_SOCKET, SO_NOSIGPIPE, CUPS_SOCAST &val, sizeof(val));
272 #endif /* SO_NOSIGPIPE */
http-addrlist.c 161 #ifdef SO_NOSIGPIPE
163 setsockopt(fds[nfds], SOL_SOCKET, SO_NOSIGPIPE, CUPS_SOCAST &val, sizeof(val));
164 #endif /* SO_NOSIGPIPE */
http.c 170 #ifdef SO_NOSIGPIPE
176 setsockopt(http->fd, SOL_SOCKET, SO_NOSIGPIPE, CUPS_SOCAST &val, sizeof(val));
177 #endif /* SO_NOSIGPIPE */
    [all...]
  /external/honggfuzz/libcommon/
files.c 147 sendFlags |= SO_NOSIGPIPE;
  /external/curl/lib/
connect.c 86 #undef SO_NOSIGPIPE
908 #ifdef SO_NOSIGPIPE
918 if(setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE, (void *)&onoff,
920 infof(data, "Could not set SO_NOSIGPIPE: %s\n",
    [all...]
  /external/perfetto/src/ipc/
unix_socket.cc 49 // created with SO_NOSIGPIPE (See InitializeSocket()).
187 setsockopt(*fd_, SOL_SOCKET, SO_NOSIGPIPE, &no_sigpipe, sizeof(no_sigpipe));
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 492 #ifdef SO_NOSIGPIPE
504 #ifdef SO_NOSIGPIPE
506 if (setsockopt(sdr->sockfd, SOL_SOCKET, SO_NOSIGPIPE, &optval, sizeof(optval)) < 0)
507 syslog(LOG_WARNING, "dnssd_clientstub ConnectToServer: SO_NOSIGPIPE failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
    [all...]
  /external/valgrind/include/vki/
vki-darwin.h 190 #define VKI_SO_NOSIGPIPE SO_NOSIGPIPE
  /external/libmicrohttpd/src/microhttpd/
daemon.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go 893 SO_NOSIGPIPE = 0x1022
    [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go 893 SO_NOSIGPIPE = 0x1022
    [all...]

Completed in 851 milliseconds

1 2