Searched refs:uv_tcp_nodelay (Results 1 – 12 of 12) sorted by relevance
/third_party/libuv/test/ |
D | test-tcp-flags.c | 39 r = uv_tcp_nodelay(&handle, 1); in TEST_IMPL()
|
D | test-tcp-oob.c | 128 ASSERT(0 == uv_tcp_nodelay(&client_handle, 1)); in TEST_IMPL()
|
D | test-poll-oob.c | 179 ASSERT(0 == uv_tcp_nodelay(&client_handle, 1)); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
D | tcp.c | 413 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() function
|
/third_party/libuv/docs/src/ |
D | tcp.rst | 54 .. c:function:: int uv_tcp_nodelay(uv_tcp_t* handle, int enable)
|
/third_party/node/src/ |
D | tcp_wrap.cc | 165 int err = uv_tcp_nodelay(&wrap->handle_, enable); in SetNoDelay()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_uv.cc | 205 uv_tcp_nodelay(uv_socket->handle, 1); in uv_socket_init_helper()
|
/third_party/node/test/cctest/ |
D | test_inspector_socket.cc | 367 uv_tcp_nodelay(&client_socket, 1); // The buffering messes up the test in SetUp()
|
/third_party/libuv/include/ |
D | uv.h | 570 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 558 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
|
/third_party/libuv/src/win/ |
D | tcp.c | 1335 int uv_tcp_nodelay(uv_tcp_t* handle, int enable) { in uv_tcp_nodelay() function
|
/third_party/libuv/ |
D | ChangeLog | 2774 * 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é)
|