Lines Matching refs:uv_fs_read

432   r = uv_fs_read(loop, &read_req, open_req1.result, &iov, 1, -1,
1013 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
1042 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
1267 r = uv_fs_read(NULL, &req, open_req1.result, &iov, 1, -1, NULL);
1382 r = uv_fs_read(NULL, &req, fd, &iov, 1, -1, NULL);
2026 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL);
2047 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL);
2216 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL);
2269 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL);
3089 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
3164 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
3194 ASSERT_EQ(UV_EINVAL, uv_fs_read(NULL, &read_req, open_req1.result,
3196 ASSERT_EQ(UV_EINVAL, uv_fs_read(NULL, &read_req, open_req1.result,
3198 ASSERT_EQ(UV_EINVAL, uv_fs_read(NULL, &read_req, open_req1.result,
3206 ASSERT_EQ(446, uv_fs_read(NULL,
3216 ASSERT_EQ(190, uv_fs_read(NULL,
3279 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
3286 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1,
3349 r = uv_fs_read(NULL, &read_req, open_req1.result, iovs, 2, -1, NULL);
3357 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
3365 r = uv_fs_read(NULL, &read_req, open_req1.result, iovs, 2, 0, NULL);
3370 r = uv_fs_read(NULL, &read_req, open_req1.result, &iovs[1], 1, read_req.result, NULL);
3381 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1,
3466 r = uv_fs_read(NULL, &read_req, open_req1.result, iovs, iovcount, -1, NULL);
3483 r = uv_fs_read(NULL,
3575 r = uv_fs_read(NULL, &read_req, open_req1.result,
3599 r = uv_fs_read(NULL,
3652 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, 0, NULL);
3796 result = uv_fs_read(loop, &read_req, pipe_fds[0], read_iovs, iovcount, -1, NULL);
3827 result = uv_fs_read(loop, &read_req, pipe_fds[0], iovs, 1, -1, NULL);
3855 r = uv_fs_read(NULL, &read_req, 0, NULL, 0, -1, NULL);
3876 r = uv_fs_read(NULL, &read_req, 0, &iov, 0, -1, NULL);
3888 r = uv_fs_read(loop, &read_req, 0, NULL, 0, -1, fail_cb);
3899 r = uv_fs_read(loop, &read_req, 0, &iov, 0, -1, fail_cb);
4018 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, 0, NULL);
4046 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, 1, NULL);
4052 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
4063 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
4083 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
4120 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
4159 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL);
4185 r = uv_fs_read(NULL, NULL, 0, NULL, 0, -1, NULL);