Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/libuv/include/uv_ndk/
H A Duv.h219 typedef struct uv_pipe_s uv_pipe_t; typedef
494 * uv_stream_t is the parent class of uv_tcp_t, uv_pipe_t and uv_tty_t.
770 * uv_pipe_t is a subclass of uv_stream_t.
782 UV_EXTERN int uv_pipe_init(uv_loop_t*, uv_pipe_t* handle, int ipc);
783 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file);
784 UV_EXTERN int uv_pipe_bind(uv_pipe_t* handle, const char* name);
786 uv_pipe_t* handle,
789 UV_EXTERN int uv_pipe_getsockname(const uv_pipe_t* handle,
792 UV_EXTERN int uv_pipe_getpeername(const uv_pipe_t* handle,
795 UV_EXTERN void uv_pipe_pending_instances(uv_pipe_t* handl
[all...]

Completed in 3 milliseconds