Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tcp-flags.c40 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()
/libuv/src/unix/
H A Dtcp.c610 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() function
/libuv/docs/src/
H A Dtcp.rst76 .. c:function:: int uv_tcp_nodelay(uv_tcp_t* handle, int enable)
/libuv/src/win/
H A Dtcp.c1319 int uv_tcp_nodelay(uv_tcp_t* handle, int enable) { in uv_tcp_nodelay() function
/libuv/include/
H A Duv.h599 UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
/libuv/
H A DChangeLog3454 * doc: fix confusing doc of uv_tcp_nodelay (Bart Robinson)
4982 * unix: fix uv_tcp_nodelay return value in case of error (Saúl Ibarra Corretgé)

Completed in 33 milliseconds