Searched refs:uv_fs_write (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/mit/libuv/dist/docs/code/uvcat/
H A Dmain.c36 uv_fs_write(uv_default_loop(), &write_req, 1, &iov, 1, -1, on_write);
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-close-fd.c64 ASSERT(1 == uv_fs_write(NULL, &req, fd[1], bufs, 1, -1, NULL));
H A Dtest-fs-open-flags.c111 r = uv_fs_write(NULL, &write_req, open_req.result, &iov, 1, -1, NULL);
164 r = uv_fs_write(NULL, &write_req, open_req.result, &iov, 1, -1, NULL);
170 r = uv_fs_write(NULL, &write_req, open_req.result, &iov, 1, -1, NULL);
207 r = uv_fs_write(NULL, &write_req, open_req.result, &iov, 1, -1, NULL);
213 r = uv_fs_write(NULL, &write_req, open_req.result, &iov, 1, -1, NULL);
H A Dtest-fs.c498 r = uv_fs_write(loop, &write_req, req->result, &iov, 1, -1, write_cb);
990 r = uv_fs_write(NULL, &write_req, open_req1.result, &iov, 1, -1, NULL);
1079 r = uv_fs_write(NULL, &write_req, open_req1.result, &iov, 1, -1, NULL);
1351 r = uv_fs_write(NULL, &req, mkstemp_req1.result, &iov, 1, -1, NULL);
1428 r = uv_fs_write(NULL, &req, file, &iov, 1, -1, NULL);
1637 r = uv_fs_write(NULL, &req, file, &iov, 1, -1, NULL);
1739 r = uv_fs_write(NULL, &req, file, &iov, 1, -1, NULL);
1798 r = uv_fs_write(NULL, &req, file, &iov, 1, -1, NULL);
1948 r = uv_fs_write(NULL, &req, file, &iov, 1, -1, NULL);
2097 r = uv_fs_write(NUL
[all...]
H A Dtest-fs-copyfile.c87 r = uv_fs_write(NULL, &req, file, &buf, 1, i, NULL);
H A Dtest-threadpool-cancel.c319 ASSERT(0 == uv_fs_write(loop, reqs + n++, 0, &iov, 1, 0, fs_cb));
H A Dtest-fork.c377 r = uv_fs_write(NULL, &req, file, &buf, 1, -1, NULL);
H A Dtest-spawn.c1674 ASSERT(1 == uv_fs_write(NULL, &req, fd[1], bufs, 1, -1, NULL));
1686 ASSERT(1 == uv_fs_write(NULL, &req, fd[1], bufs, 1, -1, NULL));
H A Dtest-fs-event.c111 r = uv_fs_write(NULL, &req, file, &buf, 1, -1, NULL);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1372 UV_EXTERN int uv_fs_write(uv_loop_t* loop,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c2166 int uv_fs_write(uv_loop_t* loop, function
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c2946 int uv_fs_write(uv_loop_t* loop, function

Completed in 124 milliseconds