Searched refs:off (Results 1 – 11 of 11) sorted by relevance
525 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 …]
205 uint64_t off; member230 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()
74 static size_t align_offset(size_t off, size_t alignment) { in align_offset() argument75 return ((off + alignment - 1) / alignment) * alignment; in align_offset()247 size_t off = 0; in uv_getaddrinfo() local275 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 …]
368 off_t off; \
319 :param on: 1 for on, 0 for off.351 Set broadcast on or off.358 :param on: 1 for on, 0 for off.
15 Starting with libuv v1.45.0, some file operations on Linux are handed off to
50 …emulator-options: -no-audio -no-window -gpu off -no-boot-anim -netdelay none -netspeed full -writa…
80 one-off, or are done as part of the startup or shutdown stage are performed208 We start off opening pipes on the files we require. libuv pipes to a file are
332 to hand off their I/O to other processes. Applications include load-balancing336 To demonstrate, we will look at an echo server implementation that hands off
185 ``uv_udp_set_multicast_loop`` to switch it off.
525 * 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