Home
last modified time | relevance | path

Searched refs:uv_tcp_keepalive (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/test/
H A Dtest-tcp-flags.c42 r = uv_tcp_keepalive(&handle, 1, 60); in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dtcp.c580 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive() function
/third_party/node/src/
H A Dtcp_wrap.cc205 int err = uv_tcp_keepalive(&wrap->handle_, enable, delay); in SetKeepAlive()
/third_party/node/deps/uv/src/unix/
H A Dtcp.c440 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive() function
/third_party/libuv/include/
H A Duv.h615 UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
/third_party/libuv/include/uv_ndk/
H A Duv.h559 UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
/third_party/libuv/src/win/
H A Dtcp.c1326 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 Duv.h571 UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
/third_party/node/deps/uv/src/win/
H A Dtcp.c1358 int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) { in uv_tcp_keepalive() function

Completed in 16 milliseconds