Searched refs:SO_NWRITE (Results 1 – 2 of 2) sorted by relevance
2969 #ifdef SO_NWRITE /* macOS and some versions of Linux */ in timeout_cb()2972 if (getsockopt(httpGetFd(http), SOL_SOCKET, SO_NWRITE, &buffered, &len)) in timeout_cb()
2476 pub const SO_NWRITE: ::c_int = 0x1024; constant