Searched refs:nosigpipe (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/posix/ |
D | unix_domain_socket_unittest.cc | 42 int nosigpipe = 1; in CreateSocketPair() local 43 ASSERT_EQ(0, setsockopt(fds[0], SOL_SOCKET, SO_NOSIGPIPE, &nosigpipe, in CreateSocketPair() 44 sizeof(nosigpipe))); in CreateSocketPair() 45 ASSERT_EQ(0, setsockopt(fds[1], SOL_SOCKET, SO_NOSIGPIPE, &nosigpipe, in CreateSocketPair() 46 sizeof(nosigpipe))); in CreateSocketPair()
|
/external/libchrome/base/ |
D | sync_socket_posix.cc | 73 int nosigpipe = 1; in CreatePair() local 87 &nosigpipe, sizeof nosigpipe) || in CreatePair() 89 &nosigpipe, sizeof nosigpipe)) { in CreatePair()
|
/external/curl/lib/ |
D | connect.c | 925 static void nosigpipe(struct connectdata *conn, in nosigpipe() function 938 #define nosigpipe(x,y) Curl_nop_stmt macro 1042 nosigpipe(conn, sockfd); in singleipconnect()
|