OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uv_tcp_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/include/
uv.h
224
typedef struct uv_tcp_s
uv_tcp_t
;
typedef in typeref:struct:uv_tcp_s
535
* uv_stream_t is the parent class of
uv_tcp_t
, uv_pipe_t and uv_tty_t.
590
*
uv_tcp_t
is a subclass of uv_stream_t.
600
UV_EXTERN int uv_tcp_init(uv_loop_t*,
uv_tcp_t
* handle);
601
UV_EXTERN int uv_tcp_init_ex(uv_loop_t*,
uv_tcp_t
* handle, unsigned int flags);
602
UV_EXTERN int uv_tcp_open(
uv_tcp_t
* handle, uv_os_sock_t sock);
603
UV_EXTERN int uv_tcp_nodelay(
uv_tcp_t
* handle, int enable);
604
UV_EXTERN int uv_tcp_keepalive(
uv_tcp_t
* handle,
607
UV_EXTERN int uv_tcp_simultaneous_accepts(
uv_tcp_t
* handle, int enable);
625
UV_EXTERN int uv_tcp_bind(
uv_tcp_t
* handle
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026