HomeSort by relevance Sort by last modified time
    Searched refs:nosigpipe (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
sync_socket_posix.cc 72 int nosigpipe = 1; local
86 &nosigpipe, sizeof nosigpipe) ||
88 &nosigpipe, sizeof nosigpipe)) {
  /external/curl/lib/
connect.c 913 static void nosigpipe(struct connectdata *conn, function
924 #define nosigpipe(x,y) Curl_nop_stmt macro
1027 nosigpipe(conn, sockfd);
    [all...]

Completed in 55 milliseconds