Searched refs:uv_tcp_nodelay (Results 1 - 12 of 12) sorted by relevance
/third_party/libuv/test/ |
H A D | test-tcp-flags.c | 39 r = uv_tcp_nodelay(&handle, 1); in TEST_IMPL()
|
H A D | test-tcp-oob.c | 128 ASSERT_OK(uv_tcp_nodelay(&client_handle, 1)); in TEST_IMPL()
|
H A D | test-poll-oob.c | 183 ASSERT_OK(uv_tcp_nodelay(&client_handle, 1)); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | tcp.c | 562 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() function
|
/third_party/node/src/ |
H A D | tcp_wrap.cc | 191 int err = uv_tcp_nodelay(&wrap->handle_, enable); in SetNoDelay()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 422 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() function
|
/third_party/node/test/cctest/ |
H A D | test_inspector_socket.cc | 367 uv_tcp_nodelay(&client_socket, 1); // The buffering messes up the test
|
/third_party/libuv/include/ |
H A D | uv.h | 614 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 558 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
|
/third_party/libuv/src/win/ |
H A D | tcp.c | 1307 int uv_tcp_nodelay(uv_tcp_t* handle, int enable) { in uv_tcp_nodelay() function
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 570 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
|
/third_party/node/deps/uv/src/win/ |
H A D | tcp.c | 1339 int uv_tcp_nodelay(uv_tcp_t* handle, int enable) { in uv_tcp_nodelay() function
|
Completed in 17 milliseconds