Home
last modified time | relevance | path

Searched refs:read_stdin (Results 1 – 3 of 3) sorted by relevance

/libuv/test/
H A Dtest-pipe-close-stdout-read-stdin.c44 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t* buf) in read_stdin() function
92 r = uv_read_start((uv_stream_t *)&stdin_pipe, alloc_buffer, read_stdin); in TEST_IMPL()
/libuv/docs/code/uvtee/
H A Dmain.c43 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) { in read_stdin() function
75 uv_read_start((uv_stream_t*)&stdin_pipe, alloc_buffer, read_stdin); in main()
/libuv/docs/src/guide/
H A Dfilesystem.rst224 buffers are required to hold incoming data. ``read_stdin`` will be called with

Completed in 5 milliseconds