Searched refs:read_iovs (Results 1 – 1 of 1) sorted by relevance
3835 uv_buf_t* read_iovs; in test_fs_partial() local3837 read_iovs = iovs; in test_fs_partial()3841 result = uv_fs_read(loop, &read_req, pipe_fds[0], read_iovs, iovcount, -1, NULL); in test_fs_partial()3844 read_iovcount = uv_test_fs_buf_offset(read_iovs, result); in test_fs_partial()3845 read_iovs += read_iovcount; in test_fs_partial()
Completed in 19 milliseconds