Home
last modified time | relevance | path

Searched defs:uv__tcp_nodelay (Results 1 – 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
Dtcp.c376 int uv__tcp_nodelay(int fd, int on) { in uv__tcp_nodelay() function
/third_party/libuv/src/win/
Dtcp.c48 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { in uv__tcp_nodelay() function