Searched refs:uv_tcp_keepalive (Results 1 - 9 of 9) sorted by relevance
/third_party/libuv/test/ |
H A D | test-tcp-flags.c | 42 r = uv_tcp_keepalive(&handle, 1, 60); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | tcp.c | 580 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive() function
|
/third_party/node/src/ |
H A D | tcp_wrap.cc | 205 int err = uv_tcp_keepalive(&wrap->handle_, enable, delay); in SetKeepAlive()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 440 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive() function
|
/third_party/libuv/include/ |
H A D | uv.h | 615 UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 559 UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
|
/third_party/libuv/src/win/ |
H A D | tcp.c | 1326 int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) { in uv_tcp_keepalive() function
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 571 UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
|
/third_party/node/deps/uv/src/win/ |
H A D | tcp.c | 1358 int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) { in uv_tcp_keepalive() function
|
Completed in 16 milliseconds