Home
last modified time | relevance | path

Searched refs:uv_stream_t (Results 101 – 104 of 104) sorted by relevance

12345

/libuv/docs/src/guide/
H A Dprocesses.rst196 uv_stream_t* stream;
265 the ``uv_stream_t* stream`` field must be set to point to an initialized,
H A Dbasics.rst151 typedef struct uv_stream_s uv_stream_t;
/libuv/src/
H A Duv-common.c895 int uv_read_start(uv_stream_t* stream, in uv_read_start()
/libuv/test/
H A Dtest-tty-escape-sequence-processing.c167 r = uv_try_write((uv_stream_t*) tty_out, &buf, 1); in write_console()

Completed in 18 milliseconds

12345