/third_party/libuv/docs/code/idle-compute/ |
H A D | main.c | 26 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in on_type() 40 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in main()
|
/third_party/libuv/docs/code/uvcat/ |
H A D | main.c | 21 uv_fs_read(uv_default_loop(), &read_req, open_req.result, &iov, 1, -1, on_read); in on_write() 46 uv_fs_read(uv_default_loop(), &read_req, req->result, in on_open()
|
/third_party/libuv/test/ |
H A D | test-fs.c | 432 r = uv_fs_read(loop, &read_req, open_req1.result, &iov, 1, -1, in open_cb() 1013 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_sync() 1042 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_sync() 1267 r = uv_fs_read(NULL, &req, open_req1.result, &iov, 1, -1, NULL); in test_sendfile() 1382 r = uv_fs_read(NULL, &req, fd, &iov, 1, -1, NULL); in TEST_IMPL() 2026 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL() 2047 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL() 2216 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL() 2269 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL() 3089 r = uv_fs_read(NUL in fs_file_open_append() [all...] |
H A D | test-fs-open-flags.c | 187 r = uv_fs_read(NULL, &read_req, open_req.result, &iov, 1, -1, NULL); in writeExpect() 232 r = uv_fs_read(NULL, &read_req, open_req.result, &iov, 1, -1, NULL); in readExpect() 252 r = uv_fs_read(NULL, &read_req, open_req.result, &iov, 1, -1, NULL); in readFail() 258 r = uv_fs_read(NULL, &read_req, open_req.result, &iov, 1, -1, NULL); in readFail()
|
H A D | test-eintr-handling.c | 79 nread = uv_fs_read(loop, &read_req, pipe_fds[0], &iov, 1, -1, NULL); in TEST_IMPL()
|
H A D | test-pipe-set-non-blocking.c | 44 uv_errno = uv_fs_read(NULL, &req, ctx->fd, bufs, 1, -1, NULL); in thread_main()
|
H A D | test-spawn.c | 351 r = uv_fs_read(NULL, &fs_req, file, &buf, 1, 0, NULL); in TEST_IMPL() 407 r = uv_fs_read(NULL, &fs_req, file, &buf, 1, 0, NULL); in TEST_IMPL() 469 r = uv_fs_read(NULL, &fs_req, file, &buf, 1, 0, NULL); in TEST_IMPL() 548 r = uv_fs_read(NULL, &fs_req, stdout_file, &buf, 1, 0, NULL); in TEST_IMPL() 560 r = uv_fs_read(NULL, &fs_req, stderr_file, &buf, 1, 0, NULL); in TEST_IMPL()
|
H A D | test-threadpool-cancel.c | 344 ASSERT_OK(uv_fs_read(loop, reqs + n++, -1, &iov, 1, 0, fs_cb)); in TEST_IMPL()
|
/third_party/node/src/ |
H A D | node_file.cc | 580 current_read_->Dispatch(uv_fs_read, in ReadStart() 1041 numchars = uv_fs_read(loop, &read_req, fd, &buf, 1, offset, nullptr); in InternalModuleReadJSON() 2256 uv_fs_read, fd, &uvbuf, 1, pos); in Read() 2262 uv_fs_read, fd, &uvbuf, 1, pos); in Read() 2303 uv_fs_read, fd, *iovs, iovs.length(), pos); in ReadBuffers() 2309 uv_fs_read, fd, *iovs, iovs.length(), pos); in ReadBuffers()
|
H A D | util.cc | 267 uv_fs_read(nullptr, &req, file, &buf, 1, result->length(), nullptr); in ReadFileSync()
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 1155 r = uv_fs_read(NULL, &req, wrap->fd, bufs, iovs_len, offset, NULL); in uvwasi_fd_pread() 1326 r = uv_fs_read(NULL, &req, wrap->fd, bufs, iovs_len, -1, NULL); in uvwasi_fd_read()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1904 int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, in uv_fs_read() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1473 UV_EXTERN int uv_fs_read(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1344 UV_EXTERN int uv_fs_read(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1361 UV_EXTERN int uv_fs_read(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1997 int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, in uv_fs_read() function
|
/third_party/libuv/src/win/ |
H A D | fs.c | 2900 int uv_fs_read(uv_loop_t* loop, in uv_fs_read() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 2913 int uv_fs_read(uv_loop_t* loop, in uv_fs_read() function
|