Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-tcp-flags.c39 r = uv_tcp_nodelay(&handle, 1); in TEST_IMPL()
H A Dtest-tcp-oob.c128 ASSERT_OK(uv_tcp_nodelay(&client_handle, 1)); in TEST_IMPL()
H A Dtest-poll-oob.c183 ASSERT_OK(uv_tcp_nodelay(&client_handle, 1)); in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dtcp.c562 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() function
/third_party/node/src/
H A Dtcp_wrap.cc191 int err = uv_tcp_nodelay(&wrap->handle_, enable); in SetNoDelay()
/third_party/node/deps/uv/src/unix/
H A Dtcp.c422 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() function
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc367 uv_tcp_nodelay(&client_socket, 1); // The buffering messes up the test
/third_party/libuv/include/
H A Duv.h614 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
/third_party/libuv/include/uv_ndk/
H A Duv.h558 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
/third_party/libuv/src/win/
H A Dtcp.c1307 int uv_tcp_nodelay(uv_tcp_t* handle, int enable) { in uv_tcp_nodelay() function
/third_party/node/deps/uv/include/
H A Duv.h570 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
/third_party/node/deps/uv/src/win/
H A Dtcp.c1339 int uv_tcp_nodelay(uv_tcp_t* handle, int enable) { in uv_tcp_nodelay() function

Completed in 17 milliseconds