Searched refs:sendfile (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/libbb/ |
D | copyfd.c | 13 # define sendfile(a,b,c,d) (-1) macro 65 rd = sendfile(dst_fd, src_fd, NULL, in bb_full_fd_action()
|
D | Config.src | 93 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/ |
D | httpd.c | 1894 count = sendfile(STDOUT_FILENO, fd, &offset, sz); in send_file_and_exit()
|