Searched refs:write_data (Results 1 – 2 of 2) sorted by relevance
36 void write_data(uv_stream_t *dest, size_t size, uv_buf_t buf, uv_write_cb cb) { in write_data() function52 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()
258 ``write_data()`` makes a copy of the buffer obtained from read. This buffer262 the two calls to ``write_data`` independently of each other. While acceptable
Completed in 7 milliseconds