Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/libuv/include/uv_ndk/
H A Duv.h220 typedef struct uv_tty_s uv_tty_t; typedef
494 * uv_stream_t is the parent class of uv_tcp_t, uv_pipe_t and uv_tty_t.
718 * uv_tty_t is a subclass of uv_stream_t.
750 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);
751 UV_EXTERN int uv_tty_set_mode(uv_tty_t*, uv_tty_mode_t mode);
753 UV_EXTERN int uv_tty_get_winsize(uv_tty_t*, int* width, int* height);
760 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) { in uv_tty_set_mode()

Completed in 4 milliseconds