Home
last modified time | relevance | path

Searched refs:off (Results 1 – 11 of 11) sorted by relevance

/libuv/src/unix/
H A Dfs.c525 off = req->off; in uv__fs_read()
1049 off = req->off; in uv__fs_sendfile()
1066 r = off - req->off; in uv__fs_sendfile()
1067 req->off = off; in uv__fs_sendfile()
1098 off = req->off; in uv__fs_sendfile()
1102 req->off = off; in uv__fs_sendfile()
1220 off = req->off; in uv__fs_write()
1917 req->off = off; in uv_fs_ftruncate()
2043 req->off = off; in uv_fs_read()
2165 req->off = off; in uv_fs_sendfile()
[all …]
H A Dlinux.c205 uint64_t off; member
230 STATIC_ASSERT(8 == offsetof(struct uv__io_uring_sqe, off));
880 sqe->len = req->off; in uv__iou_fs_ftruncate()
1070 sqe->off = req->off < 0 ? -1 : req->off; in uv__iou_fs_read_or_write()
1272 sqe->off = fd; in uv__epoll_ctl_prep()
/libuv/src/win/
H A Dgetaddrinfo.c74 static size_t align_offset(size_t off, size_t alignment) { in align_offset() argument
75 return ((off + alignment - 1) / alignment) * alignment; in align_offset()
247 size_t off = 0; in uv_getaddrinfo() local
275 off += nodesize * sizeof(WCHAR); in uv_getaddrinfo()
283 off = align_offset(off, sizeof(WCHAR)); in uv_getaddrinfo()
284 serviceoff = off; in uv_getaddrinfo()
285 off += servicesize * sizeof(WCHAR); in uv_getaddrinfo()
289 off = align_offset(off, sizeof(void *)); in uv_getaddrinfo()
290 hintoff = off; in uv_getaddrinfo()
292 off += hintssize; in uv_getaddrinfo()
[all …]
/libuv/include/uv/
H A Dunix.h368 off_t off; \
/libuv/docs/src/
H A Dudp.rst319 :param on: 1 for on, 0 for off.
351 Set broadcast on or off.
358 :param on: 1 for on, 0 for off.
H A Dfs.rst15 Starting with libuv v1.45.0, some file operations on Linux are handed off to
/libuv/.github/workflows/
H A DCI-unix.yml50 …emulator-options: -no-audio -no-window -gpu off -no-boot-anim -netdelay none -netspeed full -writa…
/libuv/docs/src/guide/
H A Dfilesystem.rst80 one-off, or are done as part of the startup or shutdown stage are performed
208 We start off opening pipes on the files we require. libuv pipes to a file are
H A Dprocesses.rst332 to hand off their I/O to other processes. Applications include load-balancing
336 To demonstrate, we will look at an echo server implementation that hands off
H A Dnetworking.rst185 ``uv_udp_set_multicast_loop`` to switch it off.
/libuv/
H A DChangeLog525 * win: fix off-by-1 buffer overrun in uv_exepath() (Ben Noordhuis)
2831 * build: split off tests into separate gyp file (Ben Noordhuis)
3635 * test: don't close CRT fd handed off to uv_pipe_t (Saúl Ibarra Corretgé)
6064 * unix: turn off POLLOUT after stream connect (Ben Noordhuis)
6134 * unix: turn off POLLOUT after stream connect (Ben Noordhuis)

Completed in 34 milliseconds