Home
last modified time | relevance | path

Searched refs:write_data (Results 1 – 2 of 2) sorted by relevance

/libuv/docs/code/uvtee/
H A Dmain.c36 void write_data(uv_stream_t *dest, size_t size, uv_buf_t buf, uv_write_cb cb) { in write_data() function
52 write_data((uv_stream_t *)&stdout_pipe, nread, *buf, on_stdout_write); in read_stdin()
53 write_data((uv_stream_t *)&file_pipe, nread, *buf, on_file_write); in read_stdin()
/libuv/docs/src/guide/
H A Dfilesystem.rst258 ``write_data()`` makes a copy of the buffer obtained from read. This buffer
262 the two calls to ``write_data`` independently of each other. While acceptable

Completed in 7 milliseconds