Lines Matching refs:uv_fs_read

433   r = uv_fs_read(loop, &read_req, open_req1.result, &iov, 1, -1,  in open_cb()
1014 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_sync()
1043 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_sync()
1312 r = uv_fs_read(NULL, &req, open_req1.result, &iov, 1, -1, NULL); in test_sendfile()
1427 r = uv_fs_read(NULL, &req, fd, &iov, 1, -1, NULL); in TEST_IMPL()
2071 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
2092 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
2261 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
2314 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
3134 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_open_append()
3209 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in TEST_IMPL()
3239 ASSERT_EQ(UV_EINVAL, uv_fs_read(NULL, &read_req, open_req1.result, in fs_read_bufs()
3241 ASSERT_EQ(UV_EINVAL, uv_fs_read(NULL, &read_req, open_req1.result, in fs_read_bufs()
3243 ASSERT_EQ(UV_EINVAL, uv_fs_read(NULL, &read_req, open_req1.result, in fs_read_bufs()
3251 ASSERT_EQ(446, uv_fs_read(NULL, in fs_read_bufs()
3261 ASSERT_EQ(190, uv_fs_read(NULL, in fs_read_bufs()
3324 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_read_file_eof()
3331 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, in fs_read_file_eof()
3394 r = uv_fs_read(NULL, &read_req, open_req1.result, iovs, 2, -1, NULL); in fs_write_multiple_bufs()
3402 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_write_multiple_bufs()
3410 r = uv_fs_read(NULL, &read_req, open_req1.result, iovs, 2, 0, NULL); in fs_write_multiple_bufs()
3415 r = uv_fs_read(NULL, &read_req, open_req1.result, &iovs[1], 1, read_req.result, NULL); in fs_write_multiple_bufs()
3426 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, in fs_write_multiple_bufs()
3511 r = uv_fs_read(NULL, &read_req, open_req1.result, iovs, iovcount, -1, NULL); in fs_write_alotof_bufs()
3528 r = uv_fs_read(NULL, in fs_write_alotof_bufs()
3620 r = uv_fs_read(NULL, &read_req, open_req1.result, in fs_write_alotof_bufs_with_offset()
3644 r = uv_fs_read(NULL, in fs_write_alotof_bufs_with_offset()
3697 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, 0, NULL); in TEST_IMPL()
3841 result = uv_fs_read(loop, &read_req, pipe_fds[0], read_iovs, iovcount, -1, NULL); in test_fs_partial()
3872 result = uv_fs_read(loop, &read_req, pipe_fds[0], iovs, 1, -1, NULL); in test_fs_partial()
3900 r = uv_fs_read(NULL, &read_req, 0, NULL, 0, -1, NULL); in TEST_IMPL()
3921 r = uv_fs_read(NULL, &read_req, 0, &iov, 0, -1, NULL); in TEST_IMPL()
3933 r = uv_fs_read(loop, &read_req, 0, NULL, 0, -1, fail_cb); in TEST_IMPL()
3944 r = uv_fs_read(loop, &read_req, 0, &iov, 0, -1, fail_cb); in TEST_IMPL()
4063 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, 0, NULL); in TEST_IMPL()
4091 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, 1, NULL); in fs_file_pos_common()
4097 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_pos_common()
4108 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_pos_common()
4128 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_pos_close_check()
4165 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_pos_write()
4204 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_pos_append()
4230 r = uv_fs_read(NULL, NULL, 0, NULL, 0, -1, NULL); in TEST_IMPL()