Home
last modified time | relevance | path

Searched refs:sendfile (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/libbb/
Dcopyfd.c13 # define sendfile(a,b,c,d) (-1) macro
65 rd = sendfile(dst_fd, src_fd, NULL, in bb_full_fd_action()
DConfig.src93 bool "Use sendfile system call"
96 When enabled, busybox will use the kernel sendfile() function
99 If sendfile() doesn't work, copying code falls back to read/write
100 loop. sendfile() was originally implemented for faster I/O
/busybox-1.35.0/networking/
Dhttpd.c1894 count = sendfile(STDOUT_FILENO, fd, &offset, sz); in send_file_and_exit()