Home
last modified time | relevance | path

Searched refs:uv_fs_read (Results 1 – 14 of 14) sorted by relevance

/libuv/docs/code/idle-compute/
H A Dmain.c26 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()
/libuv/docs/code/uvcat/
H A Dmain.c21 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()
/libuv/test/
H A Dtest-fs.c1427 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()
3251 ASSERT_EQ(446, uv_fs_read(NULL, in fs_read_bufs()
3261 ASSERT_EQ(190, uv_fs_read(NULL, in fs_read_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()
[all …]
H A Dtest-fs-open-flags.c187 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 Dtest-eintr-handling.c79 nread = uv_fs_read(loop, &read_req, pipe_fds[0], &iov, 1, -1, NULL); in TEST_IMPL()
H A Dtest-pipe-set-non-blocking.c44 uv_errno = uv_fs_read(NULL, &req, ctx->fd, bufs, 1, -1, NULL); in thread_main()
H A Dtest-spawn.c351 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 Dtest-threadpool-cancel.c344 ASSERT_OK(uv_fs_read(loop, reqs + n++, -1, &iov, 1, 0, fs_cb)); in TEST_IMPL()
/libuv/docs/src/
H A Dfs.rst204 as :c:func:`uv_fs_read` or :c:func:`uv_fs_write` it indicates the amount of
240 .. c:function:: int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], …
/libuv/docs/src/guide/
H A Dfilesystem.rst129 …int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], unsigned int nb…
/libuv/include/
H A Duv.h1460 UV_EXTERN int uv_fs_read(uv_loop_t* loop,
/libuv/src/unix/
H A Dfs.c2032 int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, in uv_fs_read() function
/libuv/src/win/
H A Dfs.c3044 int uv_fs_read(uv_loop_t* loop, in uv_fs_read() function
/libuv/
H A DChangeLog413 * unix: don't malloc on sync uv_fs_read (Ben Noordhuis)
537 * doc: add note about offset -1 in uv_fs_read/write (Steven Schveighoffer)
1098 * win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)
2149 * unix: make uv_fs_read() fill all buffers (Ben Noordhuis)

Completed in 68 milliseconds