Home
last modified time | relevance | path

Searched refs:bufs (Results 26 – 29 of 29) sorted by relevance

12

/libuv/test/
H A Dtest-spawn.c1743 uv_buf_t bufs[1]; in TEST_IMPL() local
1745 bufs[0] = uv_buf_init("", 1); in TEST_IMPL()
1774 ASSERT_EQ(1, uv_fs_write(NULL, &req, fd[1], bufs, 1, -1, NULL)); in TEST_IMPL()
1786 ASSERT_EQ(1, uv_fs_write(NULL, &req, fd[1], bufs, 1, -1, NULL)); in TEST_IMPL()
/libuv/docs/src/
H A Dfs.rst240 .. c:function:: int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], …
254 .. c:function:: int uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[],…
/libuv/src/unix/
H A Dlinux.c1067 sqe->addr = (uintptr_t) req->bufs; in uv__iou_fs_read_or_write()
/libuv/
H A DChangeLog752 * linux: fix WRITEV with lots of bufs using io_uring (Santiago Gimeno)
2812 * unix,win: ensure req->bufs is freed (cjihrig)
3804 * fs: don't nullify req->bufs on EINTR (Dave)

Completed in 28 milliseconds

12