Home
last modified time | relevance | path

Searched refs:uv_tcp_nodelay (Results 1 – 12 of 12) sorted by relevance

/third_party/libuv/test/
Dtest-tcp-flags.c39 r = uv_tcp_nodelay(&handle, 1); in TEST_IMPL()
Dtest-tcp-oob.c128 ASSERT(0 == uv_tcp_nodelay(&client_handle, 1)); in TEST_IMPL()
Dtest-poll-oob.c179 ASSERT(0 == uv_tcp_nodelay(&client_handle, 1)); in TEST_IMPL()
/third_party/libuv/src/unix/
Dtcp.c413 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() function
/third_party/libuv/docs/src/
Dtcp.rst54 .. c:function:: int uv_tcp_nodelay(uv_tcp_t* handle, int enable)
/third_party/node/src/
Dtcp_wrap.cc165 int err = uv_tcp_nodelay(&wrap->handle_, enable); in SetNoDelay()
/third_party/grpc/src/core/lib/iomgr/
Dtcp_uv.cc205 uv_tcp_nodelay(uv_socket->handle, 1); in uv_socket_init_helper()
/third_party/node/test/cctest/
Dtest_inspector_socket.cc367 uv_tcp_nodelay(&client_socket, 1); // The buffering messes up the test in SetUp()
/third_party/libuv/include/
Duv.h570 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
/third_party/libuv/include/uv_ndk/
Duv.h558 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
/third_party/libuv/src/win/
Dtcp.c1335 int uv_tcp_nodelay(uv_tcp_t* handle, int enable) { in uv_tcp_nodelay() function
/third_party/libuv/
DChangeLog2774 * doc: fix confusing doc of uv_tcp_nodelay (Bart Robinson)
4302 * unix: fix uv_tcp_nodelay return value in case of error (Saúl Ibarra Corretgé)