Searched refs:uv__tcp_nodelay (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
D | tcp.c | 385 int uv__tcp_nodelay(int fd, int on) { in uv__tcp_nodelay() function 426 err = uv__tcp_nodelay(uv__stream_fd(handle), on); in uv_tcp_nodelay()
|
D | internal.h | 246 int uv__tcp_nodelay(int fd, int on);
|
D | stream.c | 405 if ((stream->flags & UV_HANDLE_TCP_NODELAY) && uv__tcp_nodelay(fd, 1)) in uv__stream_open()
|
/third_party/libuv/src/unix/ |
D | tcp.c | 385 int uv__tcp_nodelay(int fd, int on) { in uv__tcp_nodelay() function 426 err = uv__tcp_nodelay(uv__stream_fd(handle), on); in uv_tcp_nodelay()
|
D | internal.h | 248 int uv__tcp_nodelay(int fd, int on);
|
D | stream.c | 405 if ((stream->flags & UV_HANDLE_TCP_NODELAY) && uv__tcp_nodelay(fd, 1)) in uv__stream_open()
|
/third_party/libuv/src/win/ |
D | tcp.c | 48 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { in uv__tcp_nodelay() function 130 err = uv__tcp_nodelay(handle, socket, 1); in uv__tcp_set_socket() 1343 err = uv__tcp_nodelay(handle, handle->socket, enable); in uv_tcp_nodelay()
|
/third_party/node/deps/uv/src/win/ |
D | tcp.c | 48 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { in uv__tcp_nodelay() function 130 err = uv__tcp_nodelay(handle, socket, 1); in uv__tcp_set_socket() 1343 err = uv__tcp_nodelay(handle, handle->socket, enable); in uv_tcp_nodelay()
|